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

IntegerWrapper() public method

public IntegerWrapper ( uint item ) : System
item uint
return System
            public IntegerWrapper(uint item)
            {
                this.Item = item;
            }
PriorityValue.IntegerWrapper