CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.Rule.Rule C# (CSharp) 메소드

Rule() 개인적인 메소드

Rules must be created by the property sheet only.
private Rule ( PropertySheet propertySheet ) : System.Collections.Generic
propertySheet PropertySheet
리턴 System.Collections.Generic
        internal Rule(PropertySheet propertySheet)
        {
            Name = "*";
            ParentPropertySheet = propertySheet;
        }