C# Class Mono.DataConverter.DataConverter.PackContext

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Свойство Type Description
align int
buffer byte[]
conv DataConverter
description string
i int
repeat int

Méthodes publiques

Méthode Description
Add ( byte group ) : void
Get ( ) : byte[]

Method Details

Add() public méthode

public Add ( byte group ) : void
group byte
Résultat void

Get() public méthode

public Get ( ) : byte[]
Résultat byte[]

Property Details

align public_oe property

public int align
Résultat int

buffer public_oe property

public byte[] buffer
Résultat byte[]

conv public_oe property

public DataConverter,Mono conv
Résultat DataConverter

description public_oe property

public string description
Résultat string

i public_oe property

public int i
Résultat int

repeat public_oe property

public int repeat
Résultat int