Enterra.V8x1C.DOM.EnumManager.IndexOf C# (CSharp) Method

IndexOf() public method

Индекс (IndexOf)
public IndexOf ( EnumRef enumRef ) : int
enumRef EnumRef
return int
        public int IndexOf(EnumRef enumRef)
        {
            return (int)Session.InvokeV8Method("IndexOf", enumRef.Ptr);
        }