BACnet.Ashrae.PropertyIdAttribute.PropertyIdAttribute C# (CSharp) Метод

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

public PropertyIdAttribute ( PropertyIdentifier propertyIdentifier ) : System
propertyIdentifier PropertyIdentifier
Результат System
        public PropertyIdAttribute(PropertyIdentifier propertyIdentifier)
            : base((ushort)propertyIdentifier)
        {
        }
PropertyIdAttribute