BACnet.Ashrae.PriorityValue.IntegerWrapper.IntegerWrapper C# (CSharp) Méthode

IntegerWrapper() public méthode

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