[]
Gets or sets the CommonFilling at the specified position in the collection.
public CommonFilling this[int index] { get; set; }
Public Default Property Item(index As Integer) As CommonFilling
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first CommonFilling with the specified name in the collection.
public CommonFilling this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As CommonFilling
| Type | Name | Description |
|---|---|---|
| string | name |