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