Microsoft.Protocols.TestSuites.MS_OXORULE.DeleteMarkReadActionData.Size C# (CSharp) 메소드

Size() 공개 메소드

The total Size of this ActionData buffer
public Size ( ) : int
리턴 int
        public int Size()
        {
            // Length of BounceCode
            return 0;
        }
DeleteMarkReadActionData