Пример #1
0
 public NMethodsField(MethodsField methods)
 {
     ByteValue = (byte)methods.ToBytes().Length;
 }
        public void FromMethodsField(MethodsField methods)
        {
            Guard.NotNull(nameof(methods), methods);

            ByteValue = (byte)methods.ToBytes().Length;
        }