PropertyTypeGetPropertyVertices Method (Boolean) |
[Missing <summary> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public abstract IEnumerable<Vertex> GetPropertyVertices(
bool polymorphic = false
)
Public MustOverride Function GetPropertyVertices (
Optional polymorphic As Boolean = false
) As IEnumerable(Of Vertex)
public:
virtual IEnumerable<Vertex^>^ GetPropertyVertices(
bool polymorphic = false
) abstract
abstract GetPropertyVertices :
?polymorphic : bool
(* Defaults:
let _polymorphic = defaultArg polymorphic false
*)
-> IEnumerable<Vertex>
Parameters
- polymorphic (Optional)
- Type: SystemBoolean
[Missing <param name="polymorphic"/> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]
Return Value
Type:
IEnumerableVertex[Missing <returns> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]
See Also