[]
Adds an empty attribute to the collection with default zero revision.
public AttrRevision Add()
| Type | Description |
|---|---|
| AttrRevision | The created AttrRevision object. |
Adds an attribute to the collection with default zero revision.
public AttrRevision Add(Attr attr)
| Type | Name | Description |
|---|---|---|
| Attr | attr | The Attr object to add. |
| Type | Description |
|---|---|
| AttrRevision | The created AttrRevision object. |