CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.Rule.Rule C# (CSharp) Method

Rule() private method

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