internal RDNComponent(string ComponentType, string ComponentValue, RDNValueType ComponentValueType)
        {
            componentType = ComponentType;
            componentValue = ComponentValue;
            componentValueType = ComponentValueType;

            GenerateHashCode();
        }
Exemple #2
0
 internal RDNComponent(string componentType, string componentValue, RDNValueType componentValueType)
 {
     ComponentType = componentType;
     ComponentValue = componentValue;
     ComponentValueType = componentValueType;
 }