C# 클래스 Mono.DataConverter.PackContext

파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
align int
buffer byte[]
conv DataConverter
description string
i int
repeat int

공개 메소드들

메소드 설명
Add ( byte group ) : void
Get ( ) : byte[]

메소드 상세

Add() 공개 메소드

public Add ( byte group ) : void
group byte
리턴 void

Get() 공개 메소드

public Get ( ) : byte[]
리턴 byte[]

프로퍼티 상세

align 공개적으로 프로퍼티

public int align
리턴 int

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

conv 공개적으로 프로퍼티

public DataConverter,Mono conv
리턴 DataConverter

description 공개적으로 프로퍼티

public string description
리턴 string

i 공개적으로 프로퍼티

public int i
리턴 int

repeat 공개적으로 프로퍼티

public int repeat
리턴 int