PropertyTypeTTGetPropertyEdges Method (T) |
[Missing <summary> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyEdges(`0)"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerable<Edge> GetPropertyEdges(
T value
)
Public Function GetPropertyEdges (
value As T
) As IEnumerable(Of Edge)
public:
IEnumerable<Edge^>^ GetPropertyEdges(
T value
)
member GetPropertyEdges :
value : 'T -> IEnumerable<Edge>
Parameters
- value
- Type: T
[Missing <param name="value"/> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyEdges(`0)"]
Return Value
Type:
IEnumerableEdge[Missing <returns> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyEdges(`0)"]
See Also