Novell.Directory.Ldap.Rfc2251.RfcAttributeTypeAndValues.RfcAttributeTypeAndValues C# (CSharp) Method

RfcAttributeTypeAndValues() public method

public RfcAttributeTypeAndValues ( RfcAttributeDescription type, Asn1SetOf vals ) : System
type RfcAttributeDescription
vals Novell.Directory.Ldap.Asn1.Asn1SetOf
return System
        public RfcAttributeTypeAndValues(RfcAttributeDescription type, Asn1SetOf vals)
            : base(2)
        {
            add(type);
            add(vals);
            return ;
        }
RfcAttributeTypeAndValues