ContainerGraphCollection Member Details

ContainerGraphCollection Public Fields


ContainerGraphCollection Public Enumerations


ContainerGraphCollection Constructors
New
Starts a new ContainerGraphCollection with an Array of ContainerGraphs
Public Sub New(ByVal EGArray As ContainerGraph[])
Remarks:
Parameters:
ByVal EGArray As ContainerGraph[]
New
Starts a new ContainerGraphCollection with a reference to the RootSA
Public Sub New(ByVal Root As SheetOfAssertion)
Remarks:
Parameters:
ByVal Root As SheetOfAssertion
New
Almost plain vanilla constructor
Public Sub New()
Remarks:
Parameters:
New
Starts a new ContainerGraphCollection with its first element
Public Sub New(ByVal NewEG As ContainerGraph)
Remarks:
Parameters:
ByVal NewEG As ContainerGraph


ContainerGraphCollection Public Properties
Item
The Default Property for this Collection Category: Behavior
Default Public ReadOnly Property Item(ByVal Index As Int32) As ContainerGraph
Remarks:
IndexParameters:
ByVal Index As Int32
Return Value:
ContainerGraph


ContainerGraphCollection Public Methods
Clone
Creates a Shallow Copy of this Collection
Public Function Clone() As ContainerGraphCollection
Remarks:
Parameters:
Return Value:
ContainerGraphCollection
ToArray
Converts this Collection to an Array of ContainerGraphs
Public Overloads Function ToArray(ByRef EGArray As ContainerGraph[]) As Int32
Remarks:
Parameters:
ByRef EGArray As ContainerGraph[]
Return Value:
Int32


ContainerGraphCollection Public Events