C# Class UtfString.Utf8.ArrayAccessor

Show file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
ArrayAccessor ( byte data )
this ( int index ) : byte

Method Details

ArrayAccessor() public method

public ArrayAccessor ( byte data )
data byte

this() public method

public this ( int index ) : byte
index int
return byte