Sdílet prostřednictvím


TranslationCollection.IndexOf Method

Include Protected Members
Include Inherited Members

Gets the index of a Translation.

Overload List

  Name Description
Protected method 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.)
Public method IndexOf(Int32) Gets the index of a Translation, with the specified language.
Protected method IndexOf(IModelComponent) (Inherited from ModelComponentCollection.)
Public method IndexOf(Translation) Gets the index of a specified Translation.

Top