[]
Initializes a new instance of the AttrRevision class.
public AttrRevision(Attr attr, int revision = 0)
Public Sub New(attr As Attr, Optional revision As Integer = 0)
Type | Name | Description |
---|---|---|
Attr | attr | The underlying Attr object. |
int | revision | The revision of the attribute, 0 by default. |