DataDictionary.Generated.Message.indexOfMsgVariables C# (CSharp) Метод

indexOfMsgVariables() публичный Метод

Part of the list interface for MsgVariables This function returns the index of an element in the collection.
public indexOfMsgVariables ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int
        public int indexOfMsgVariables(IXmlBBase el)
        {
            return ((System.Collections.IList) allMsgVariables()).IndexOf (el);
        }