public ULenField(UNameField uName)
 {
     ByteValue = (byte)uName.ToBytes().Length;
 }
Exemple #2
0
 public void FromUNameField(UNameField uName)
 {
     ByteValue = (byte)uName.ToBytes().Length;
 }