StringFactoryIndexString Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.IndexString(VelocityGraph.Frontenac.Blueprints.IIndex)"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static string IndexString(
this IIndex index
)
<ExtensionAttribute>
Public Shared Function IndexString (
index As IIndex
) As String
public:
[ExtensionAttribute]
static String^ IndexString(
IIndex^ index
)
[<ExtensionAttribute>]
static member IndexString :
index : IIndex -> string
Parameters
- index
- Type: VelocityGraph.Frontenac.BlueprintsIIndex
[Missing <param name="index"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.IndexString(VelocityGraph.Frontenac.Blueprints.IIndex)"]
Return Value
Type:
String[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.IndexString(VelocityGraph.Frontenac.Blueprints.IIndex)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IIndex. 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