Enterra.V8x1C.DOM.Structure.this C# (CSharp) Method

this() public method

Значение
public this ( string name ) : object
name string
return object
        public object this[string name]
        {
            get
            {
                return GetProperty(name);
            }
        }