C# Class ReSharper.NTriples.Cache.NTriplesSymbolBase

Inheritance: INTriplesSymbol
Mostrar archivo Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
Read ( BinaryReader reader ) : void
SetSourceFile ( IPsiSourceFile sourceFile ) : void
Write ( BinaryWriter writer ) : void

Protected Methods

Method Description
NTriplesSymbolBase ( ) : System.IO
NTriplesSymbolBase ( string name, int offset, IPsiSourceFile sourceFile ) : System.IO

Method Details

NTriplesSymbolBase() protected method

protected NTriplesSymbolBase ( ) : System.IO
return System.IO

NTriplesSymbolBase() protected method

protected NTriplesSymbolBase ( string name, int offset, IPsiSourceFile sourceFile ) : System.IO
name string
offset int
sourceFile IPsiSourceFile
return System.IO

Read() public method

public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SetSourceFile() public method

public SetSourceFile ( IPsiSourceFile sourceFile ) : void
sourceFile IPsiSourceFile
return void

Write() public method

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void