Microsoft.Protocols.TestSuites.MS_OXORULE.OrRestriction.Size C# (CSharp) Method

Size() public method

Get the total Size of Restriction
public Size ( ) : int
return int
        public override int Size()
        {
            return this.Serialize().Length;
        }