Spring.Expressions.Foo.this C# (CSharp) Méthode

this() public méthode

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

Same methods

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