Spring.Expressions.Foo.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int foo, string key ) : object
foo int
key string
리턴 object
        public object this[int foo, string key]
        {
            get { return key + "_" + foo; }
        }

Same methods

Foo::this ( Bar bars ) : string
Foo::this ( ICollection bars ) : string