Microsoft.Protocols.TestSuites.Common.PropertyRow.PropertyRow C# (CSharp) Метод

PropertyRow() публичный Метод

Initializes a new instance of the PropertyRow class.
public PropertyRow ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public PropertyRow()
        {
            // Allocate memory for PropertyValues list
            this.propertyValues = new List<PropertyValue>();
        }