TranslationCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Gets the index of a Translation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Inherited from ModelComponentCollection.) | |
IndexOf(Int32) | Gets the index of a Translation, with the specified language. | |
IndexOf(IModelComponent) | (Inherited from ModelComponentCollection.) | |
IndexOf(Translation) | Gets the index of a specified Translation. |
Top