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

ConstructedValueWrapper() public method

public ConstructedValueWrapper ( GenericValue item ) : System
item GenericValue
return System
            public ConstructedValueWrapper(GenericValue item)
            {
                this.Item = item;
            }
PriorityValue.ConstructedValueWrapper