internal override Restriction GetRestriction()
 {
     PropValue[] array = new PropValue[this.PropValues.Length];
     for (int i = 0; i < this.PropValues.Length; i++)
     {
         array[i] = DataConverter <PropValueConverter, PropValue, PropValueData> .GetNative(this.PropValues[i]);
     }
     return(Restriction.Comment(base.GetRestrictions()[0], array));
 }