Microsoft.Protocols.TestSuites.Common.PropertyRow.PropertyRow C# (CSharp) Méthode

PropertyRow() public méthode

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