Microsoft.Zing.Chan.Chan C# (CSharp) Method

Chan() public method

public Chan ( ) : System.Collections.Generic
return System.Collections.Generic
        public Chan()
        {
            this.NodeType = (NodeType)ZingNodeType.Chan;
        }

Same methods

Chan::Chan ( System.Compiler.TypeNode channelType ) : System.Collections.Generic
Chan