Balakin.VSOutputEnhancer.Tests.Stubs.ContentTypeStub.ContentTypeStub C# (CSharp) Method

ContentTypeStub() public method

public ContentTypeStub ( String typeName ) : System
typeName String
return System
        public ContentTypeStub(String typeName)
        {
            TypeName = typeName;
            DisplayName = $"Display name: {typeName}";
            BaseTypes = new List<IContentType>().AsReadOnly();
        }