Opc.Ua.ElementOperand.ElementOperand C# (CSharp) Method

ElementOperand() public method

Constructs an operand from a value.
public ElementOperand ( uint index ) : System
index uint The index.
return System
        public ElementOperand(uint index)
        {
            m_index = index;
        }