Enterra.V8x1C.DOM.FixedCollection.Get C# (CSharp) Method

Get() public method

Получить (Get)
public Get ( int index ) : object
index int
return object
        public object Get(int index)
        {
            return InvokeMethod("Get", index);
        }