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

LdapAttributeSet() public method

Constructs an empty set of attributes.
public LdapAttributeSet ( ) : System
return System
        public LdapAttributeSet()
            : base()
        {
            map = new System.Collections.Hashtable();
        }