[]
Gets an endnote from the collection by its ID.
public Endnote GetByID(long id)
Public Function GetByID(id As Long) As Endnote
Type | Name | Description |
---|---|---|
long | id | The endnote ID. |
Type | Condition |
---|---|
KeyNotFoundException | Thrown when an endnote with the specified ID could not be found in this collection. |