Axiom.Framework.Configuration.ResourceLocationElementCollection.this C# (CSharp) Метод

this() приватный Метод

private this ( object path ) : global::Axiom.Framework.Configuration.ResourceLocationElement
path object
Результат global::Axiom.Framework.Configuration.ResourceLocationElement
        public global::Axiom.Framework.Configuration.ResourceLocationElement this[object path]
        {
            get
            {
                return ((global::Axiom.Framework.Configuration.ResourceLocationElement)(base.BaseGet(path)));
            }
        }
        #endregion

Same methods

ResourceLocationElementCollection::this ( int index ) : global::Axiom.Framework.Configuration.ResourceLocationElement