메소드 | 설명 | |
---|---|---|
Add ( long index, byte value ) : void |
Adds a byte into the collection
|
|
Contains ( long index ) : bool |
Determines if a byte with the given index exists.
|
|
this ( long index ) : byte |
Gets or sets a byte in the collection
|
public Add ( long index, byte value ) : void | ||
index | long | the index of the byte |
value | byte | the value of the byte |
리턴 | void |