FastQuant.Group.Remove C# (CSharp) 메소드

Remove() 공개 메소드

public Remove ( string fieldName ) : void
fieldName string
리턴 void
        public void Remove(string fieldName)
        {
            Fields.Remove(fieldName);
        }