GraphHelpersGetTValue Method (IListTValue, Int32) |
[Missing <summary> documentation for "M:Frontenac.Blueprints.GraphHelpers.Get``1(System.Collections.Generic.IList{``0},System.Int32)"]
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic static TValue Get<TValue>(
this IList<TValue> list,
int at
)
<ExtensionAttribute>
Public Shared Function Get(Of TValue) (
list As IList(Of TValue),
at As Integer
) As TValue
public:
[ExtensionAttribute]
generic<typename TValue>
static TValue Get(
IList<TValue>^ list,
int at
)
[<ExtensionAttribute>]
static member Get :
list : IList<'TValue> *
at : int -> 'TValue
Parameters
- list
- Type: System.Collections.GenericIListTValue
[Missing <param name="list"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.Get``1(System.Collections.Generic.IList{``0},System.Int32)"]
- at
- Type: SystemInt32
[Missing <param name="at"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.Get``1(System.Collections.Generic.IList{``0},System.Int32)"]
Type Parameters
- TValue
[Missing <typeparam name="TValue"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.Get``1(System.Collections.Generic.IList{``0},System.Int32)"]
Return Value
Type:
TValue[Missing <returns> documentation for "M:Frontenac.Blueprints.GraphHelpers.Get``1(System.Collections.Generic.IList{``0},System.Int32)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IListTValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also