コード例 #1
0
        internal RDNComponent(string ComponentType, string ComponentValue, RDNValueType ComponentValueType)
        {
            componentType = ComponentType;
            componentValue = ComponentValue;
            componentValueType = ComponentValueType;

            GenerateHashCode();
        }
コード例 #2
0
ファイル: RDNComponent.cs プロジェクト: picrap/DNParser
 internal RDNComponent(string componentType, string componentValue, RDNValueType componentValueType)
 {
     ComponentType = componentType;
     ComponentValue = componentValue;
     ComponentValueType = componentValueType;
 }