Binboo.Core.Tests.Tests.Persistence.MockStorageCommand.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int i ) : string
i int
리턴 string
        public string this[int i]
        {
            get { return (string) _storage["arg #" + i]; }
        }