System.Web.Compilation.TextBlock.TextBlock C# (CSharp) Method

TextBlock() public method

public TextBlock ( TextBlockType type, string content ) : System
type TextBlockType
content string
return System
		public TextBlock (TextBlockType type, string content)
		{
			Content = content;
			Type = type;
			Length = content.Length;
		}