LibiadaCore.Core.Chain.DeleteAt C# (CSharp) 메소드

DeleteAt() 공개 메소드

Removes element from given position.
public DeleteAt ( int index ) : void
index int /// Index of deleted position. ///
리턴 void
        public override void DeleteAt(int index)
        {
            base.DeleteAt(index);

            congenericChains = null;
        }