Exceptional.Playground.Fixed.IndexerGetDemo.this C# (CSharp) Method

this() public method

Foo
public this ( string a ) : string
a string
return string
        public string this[string a]
        {
            get { throw new SecurityException("Foo"); }
        }
IndexerGetDemo