C# Class Challenge19.BitWriter

Afficher le fichier Open project: tuenti/programming-challenge-2 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( int v, int bits ) : void
BitWriter ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
write ( ) : void

Method Details

Add() public méthode

public Add ( int v, int bits ) : void
v int
bits int
Résultat void

BitWriter() public méthode

public BitWriter ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string