Invert.Core.GraphDesigner.NodeConfigSectionBase.NodeConfigSectionBase C# (CSharp) 메소드

NodeConfigSectionBase() 공개 메소드

public NodeConfigSectionBase ( ) : System
리턴 System
        public NodeConfigSectionBase()
        {
            InputValidator = (a,b) => true;
            OutputValidator = (a, b) => true;
        }
NodeConfigSectionBase