[Gregor.Core.CNewLine]

Gregor.Core.CNewLine

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CNewLine

: System.Object, Gregor.Core.INamedItem

Custom Attributes: Gregor.Core.TypeSafeEnum()

Description: 


Members

CNewLine

static private CNewLine()

Custom Attributes: 

Description: 

CNewLine

private CNewLine(System.String sName, params System.Char[] chars)

Custom Attributes: 
chars - System.ParamArray()

Description: 

CR

static public readonly Gregor.Core.CNewLine CR

Custom Attributes: 

Description: 

CRLF

static public readonly Gregor.Core.CNewLine CRLF

Custom Attributes: 

Description: 

LF

static public readonly Gregor.Core.CNewLine LF

Custom Attributes: 

Description: 

m_Chars

private System.String m_Chars

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

SYSTEM

static public readonly Gregor.Core.CNewLine SYSTEM

Custom Attributes: 

Description: 

Chars

public System.String Chars {get;}

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CNewLine

Gregor.Core.TypeSafeEnumAttribute

System.Object

System.String

Gregor.Core.INamedItem

System.Char