AegirLib.Behaviour.Output.UDPOutput.Serialize C# (CSharp) Method

Serialize() public method

public Serialize ( ) : XElement
return XElement
        public override XElement Serialize()
        {
            throw new NotImplementedException();
        }
    }