An expandable array of Statements.
|
See Also: Inherited members from object.
Creates a new empty array of statements. |
To be added. |
Count [read-only] | int . Gets the number of statements in the list. |
IsSynchronized [read-only] | bool . Returns false. |
Item
[int] default property |
SemWeb.Statement . Gets/sets the statement at the given index. |
SyncRoot [read-only] | object . Returns null. |
Add
(SemWeb.Statement) Adds a statement to the end of the array. |
|
Clear
() Clears the array. |
|
CopyTo
(Array, int) Copies this array into another array. |
|
GetEnumerator
() Gets an enumerator over the statements in the array. |
|
Remove
(SemWeb.Statement) Removes a statement from the array. |
|
RemoveAt
(int) Removes the statement at the given index. |
|
Reverse
() Reverses the array. |
|
Sort
() To be added. |
|
ToArray
() Returns an array containing all of the statements in the list. |
Conversion to SemWeb.Statement[]
(Implicit) To be added. |
Creates a new empty array of statements.
Adds a statement to the end of the array.
Removes a statement from the array.
Clears the array.
Removes the statement at the given index.
Reverses the array.
Returns an array containing all of the statements in the list.
Gets an enumerator over the statements in the array.
Copies this array into another array.
Gets the number of statements in the list.
Returns null.
Returns false.
This is the default property for this class.
Gets/sets the statement at the given index.
To be added.
To be added.
To be added.