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];}
        }