Compartir a través de


IndexOf Método

Gets the index of an AttributeTranslation.

Lista de sobrecargas

  Nombre Descripción
Método protegido IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Se hereda de ModelComponentCollection).
Método publico IndexOf(Int32) Gets the index of a Translation, with the specified language. (Se hereda de TranslationCollection).
Método publico IndexOf(AttributeTranslation) Gets the index of a specified AttributeTranslation.
Método protegido IndexOf(IModelComponent) (Se hereda de ModelComponentCollection).
Método publico IndexOf(Translation) Gets the index of a specified Translation. (Se hereda de TranslationCollection).

Principio