BamlLocalization.InputBamlStreamList.this C# (CSharp) 메소드

this() 개인적인 메소드

Gets the baml stream in the input file through indexer
private this ( int i ) : BamlStream
i int
리턴 BamlStream
        internal BamlStream this[int i]
        {
            get { return (BamlStream) _bamlStreams[i];}
        }