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