Alsing.SourceCode.PatternListList.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : PatternList
index int
리턴 PatternList
        public PatternList this[int index]
        {
            get { return (PatternList) mGroups[index]; }

            set { mGroups[index] = value; }
        }