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

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

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

Same methods

ResourceLocationElementCollection::this ( object path ) : global::Axiom.Framework.Configuration.ResourceLocationElement