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