Novell.Directory.Ldap.LdapAttributeSet.Clear C# (CSharp) Method

Clear() public method

Removes all of the elements from this set.
public Clear ( ) : void
return void
        public override void Clear()
        {
            this.map.Clear();
        }