C# Class QvxLib.QvxWriteCode

Afficher le fichier Open project: konne/QvxLib Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
QvxWriteCode ( Type type, Dictionary overrideAttributes ) : System
WriteData ( IEnumerable items, BinaryWriter bw ) : void
WriteData ( object item, BinaryWriter bw ) : void
WriteHeader ( BinaryWriter bw ) : void

Method Details

QvxWriteCode() public méthode

public QvxWriteCode ( Type type, Dictionary overrideAttributes ) : System
type System.Type
overrideAttributes Dictionary
Résultat System

WriteData() public méthode

public WriteData ( IEnumerable items, BinaryWriter bw ) : void
items IEnumerable
bw System.IO.BinaryWriter
Résultat void

WriteData() public méthode

public WriteData ( object item, BinaryWriter bw ) : void
item object
bw System.IO.BinaryWriter
Résultat void

WriteHeader() public méthode

public WriteHeader ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void