SwfDotNet.IO.Tags.FlvBaseTagCollection.this C# (CSharp) Méthode

this() public méthode

Access base tag list by index
public this ( int index ) : FlvBaseTag
index int
Résultat FlvBaseTag
        public FlvBaseTag this[int index]
        {
            get
            {
                return ((FlvBaseTag)List[index]);
            }
            set
            {
                List[index] = value;
            }
        }