Alsing.SourceCode.UndoBlockCollection.this C# (CSharp) Метод

this() приватный Метод

private this ( int index ) : objectIList.System
index int
Результат objectIList.System
        object IList.this[int index]
        {
            get { return this[index]; }
            set { this[index] = (UndoBlock) value; }
        }

Same methods

UndoBlockCollection::this ( int index ) : UndoBlock