C# Class Microsoft.Protocols.TestSuites.Common.PropertyRow

This class represents a row of properties
Inheritance: Node
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( Context context ) : void

Parse bytes in context into a PropertyRowNode

PropertyRow ( ) : System.Collections.Generic

Initializes a new instance of the PropertyRow class.

Method Details

Parse() public method

Parse bytes in context into a PropertyRowNode
public Parse ( Context context ) : void
context Context The value of Context
return void

PropertyRow() public method

Initializes a new instance of the PropertyRow class.
public PropertyRow ( ) : System.Collections.Generic
return System.Collections.Generic