BamlLocalization.InputBamlStreamList.this C# (CSharp) Méthode

this() private méthode

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