Свойство | Тип | Описание | |
---|---|---|---|
IEnumerable | IEnumerator |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Exposes an untyped enumerator on the collection's items
|
public AddItem ( Object item ) : |
||
item | Object | |
Результат |
public RDFCollection ( RDFModelEnums itemType ) : System | ||
itemType | RDFModelEnums | |
Результат | System |
public RemoveItem ( Object item ) : |
||
item | Object | |
Результат |