Felinesoft.UmbracoCodeFirst.TestTarget.TestModels.ExpectedType.ExpectedType C# (CSharp) Méthode

ExpectedType() public méthode

public ExpectedType ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ExpectedType()
        {
            AllowedChildrenAliases = new string[] { };
            CompositionAliases = new string[] { };
            Properties = new List<ExpectedProperty>();
            Tabs = new List<ExpectedTab>();
        }
ExpectedType