ArcGISCompare.ValueData.ValueData C# (CSharp) Method

ValueData() private method

private ValueData ( String cName, String theV, String theD ) : System
cName String
theV String
theD String
return System
    internal ValueData(String cName, String theV, String theD)
    {
      this.value = theV;
      this.definition = theD;
      this.consName = cName;
      this.numMappings = 0;
    }