BACnet.Tagging.Union2.Reverse C# (CSharp) Method

Reverse() public method

public Reverse ( ) : Union2
return Union2
        public Union2 Reverse()
        {
            return new Union2(Byte1, Byte0);
        }