C# Class EDNTypes.EDNKeyword

Inheritance: IEDNSymbol, IEDNWritable
Show file Open project: neurensic/edn-dot-net

Public Methods

Method Description
CompareTo ( object obj ) : int
EDNKeyword ( string prefix, string name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
WriteEDN ( IWriteHandler handler ) : string
WriteEDN ( System stream, IWriteHandler handler ) : void
getName ( ) : string
getPrefix ( ) : string

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

EDNKeyword() public method

public EDNKeyword ( string prefix, string name ) : System
prefix string
name string
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

WriteEDN() public method

public WriteEDN ( IWriteHandler handler ) : string
handler IWriteHandler
return string

WriteEDN() public method

public WriteEDN ( System stream, IWriteHandler handler ) : void
stream System
handler IWriteHandler
return void

getName() public method

public getName ( ) : string
return string

getPrefix() public method

public getPrefix ( ) : string
return string