Microsoft.Protocols.TestSuites.Common.PropertyRow.PropertyRow C# (CSharp) Method

PropertyRow() public method

Initializes a new instance of the PropertyRow class.
public PropertyRow ( ) : System.Collections.Generic
return System.Collections.Generic
        public PropertyRow()
        {
            // Allocate memory for PropertyValues list
            this.propertyValues = new List<PropertyValue>();
        }