C# Class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped

Inheritance: IStreamable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Dump ( ) : void
Read ( __BinaryParser input ) : void
Write ( __BinaryWriter sout ) : void

Private Methods

Méthode Description
DumpInternal ( ) : void
MemberPrimitiveUnTyped ( ) : System
Set ( InternalPrimitiveTypeE typeInformation ) : void
Set ( InternalPrimitiveTypeE typeInformation, Object value ) : void

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

Read() public méthode

public Read ( __BinaryParser input ) : void
input __BinaryParser
Résultat void

Write() public méthode

public Write ( __BinaryWriter sout ) : void
sout __BinaryWriter
Résultat void