Microsoft.Protocols.TestSuites.MS_OXCSTOR.IDSETWithReplGuid.Size C# (CSharp) Method

Size() public method

Get the size of the IDSETWithReplGuid
public Size ( ) : int
return int
        public int Size()
        {
            return ReplGuidLength + this.Globset.GetBytes().Length;
        }
    }