SwfDotNet.IO.Tags.Types.ButtonRecordCollection.this C# (CSharp) 메소드

this() 공개 메소드

Gets or sets the LineStyle at the specified index.
public this ( int index ) : ButtonRecord
index int
리턴 ButtonRecord
        public ButtonRecord this[int index]
        {
            get
            {
                return ((ButtonRecord)List[index]);
            }
            set
            {
                List[index] = value;
            }
        }