BACnet.Ashrae.PriorityValue.NewConstructedValue C# (CSharp) Method

NewConstructedValue() public static method

public static NewConstructedValue ( GenericValue constructedValue ) : PriorityValue
constructedValue GenericValue
return PriorityValue
        public static PriorityValue NewConstructedValue(GenericValue constructedValue)
        {
            return new ConstructedValueWrapper(constructedValue);
        }