[]
Gets or sets the CommonBorder at the specified position in the collection.
public CommonBorder this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the first CommonBorder with the specified name in the collection.
public CommonBorder this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |