C# Class BlackLinks.Templates.TemplateBlock

Mostrar archivo Open project: heapsource/BlackLinks Class Usage Examples

Public Properties

Property Type Description
Buffer StringBuilder
Line long
Type BlockType
isLineOfText bool

Public Methods

Method Description
RemoveCodeEnd ( ) : void
RemoveCodeStart ( ) : void

Private Methods

Method Description
endsWith ( string str ) : bool

Method Details

RemoveCodeEnd() public method

public RemoveCodeEnd ( ) : void
return void

RemoveCodeStart() public method

public RemoveCodeStart ( ) : void
return void

Property Details

Buffer public_oe property

public StringBuilder Buffer
return StringBuilder

Line public_oe property

public long Line
return long

Type public_oe property

public BlockType Type
return BlockType

isLineOfText public_oe property

public bool isLineOfText
return bool