Axiom.Math.Collections.BaseCollection.Clear C# (CSharp) 메소드

Clear() 공개 메소드

Clears all objects from the collection.
public Clear ( ) : void
리턴 void
        public void Clear()
        {
            objectList.Clear();
        }