Spring.Expressions.Foo.this C# (CSharp) Method

this() public method

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

Same methods

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