Property | Type | Description | |
---|---|---|---|
IEnumerable | IEnumerator |
Method | Description | |
---|---|---|
AddItem ( Object item ) : |
Adds the given item to the collection, avoiding duplicate insertions
|
|
ClearItems ( ) : void |
Removes all the items from the collection
|
|
RDFCollection ( RDFModelEnums itemType ) : System |
Default ctor to build an empty collection of the given type
|
|
ReifyCollection ( ) : RDFGraph |
Builds the reification graph of the collection
|
|
RemoveItem ( Object item ) : |
Removes the given item from the collection
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Exposes an untyped enumerator on the collection's items
|
public AddItem ( Object item ) : |
||
item | Object | |
return |
public RDFCollection ( RDFModelEnums itemType ) : System | ||
itemType | RDFModelEnums | |
return | System |
public RemoveItem ( Object item ) : |
||
item | Object | |
return |