DotCollection Members
|
|
DotCollection Overview
|
|
|
|
|
|
Constructors
|
|
New(Dot[])
|
Starts a new DotCollection with an Array of Dots; add RootSA explicitly! |
New(SheetOfAssertion)
|
Starts a new DotCollection with a reference to the RootSA |
New()
|
Almost plain vanilla constructor |
New(Dot)
|
Starts a new DotCollection with its first element |
|
|
|
Public Properties
|
|
Item
|
Default Property of this Collection |
|
|
|
Public Methods
|
|
Add
|
Adds a Dot to this DotCollection and Returns its Position in the Collection |
Clone
|
Creates a Shallow Copy of this Collection |
ToArray
|
Converts this Collection to an Array of Dots |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|