Felinesoft.UmbracoCodeFirst.TestTarget.TestModels.ExpectedType.ExpectedType C# (CSharp) Метод

ExpectedType() публичный Метод

public ExpectedType ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ExpectedType()
        {
            AllowedChildrenAliases = new string[] { };
            CompositionAliases = new string[] { };
            Properties = new List<ExpectedProperty>();
            Tabs = new List<ExpectedTab>();
        }
ExpectedType