Class RestrictionsDb.RestrictionEnumerator
An enumerator to access restrictions.
Inheritance
System.Object
RestrictionsDb.RestrictionEnumerator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RestrictionEnumerator
Properties
Count
Gets the number of vertices in the current restriction.
Declaration
public uint Count { get; }
Property Value
|
System.UInt32
|
Id
Gets the id of this restriction.
Declaration
public uint Id { get; }
Property Value
|
System.UInt32
|
Item[Int32]
Returns the vertex at the given position.
Declaration
public uint this[int i] { get; }
Parameters
|
System.Int32
i
|
Property Value
|
System.UInt32
|
Methods
MoveNext()
Move to the next restriction.
Declaration
public bool MoveNext()
Returns
|
System.Boolean
|
MoveTo(UInt32)
Moves to restrictions for the given vertex.
Declaration
public bool MoveTo(uint vertex)
Parameters
|
System.UInt32
vertex
|
Returns
|
System.Boolean
|