Microsoft.Protocols.TestSuites.MS_OXCFOLD.PropertyRestriction.Size C# (CSharp) Method

Size() public method

Get the size of the restriction data.
public Size ( ) : int
return int
        public override int Size()
        {
            return sizeof(byte) + sizeof(byte) + sizeof(uint) + this.TaggedValue.Length;
        }
    }