Microsoft.Zing.SelfExpression.SelfExpression C# (CSharp) Méthode

SelfExpression() public méthode

public SelfExpression ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public SelfExpression()
            : base((NodeType)ZingNodeType.Self)
        {
            this.NodeType = (NodeType)ZingNodeType.Self;
            this.Type = SystemTypes.Int32;
        }

Same methods

SelfExpression::SelfExpression ( System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
SelfExpression