Novell.Directory.Ldap.LdapAttributeSet.LdapAttributeSet C# (CSharp) Méthode

LdapAttributeSet() public méthode

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