FastQuant.Group.Remove C# (CSharp) Method

Remove() public method

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