Get Method (Byte[])

Neo Persistable Class

neo-persistibleclasses

Point..::..Get Method (array<Byte>[]()[][])

Get an entity from Storage based on a byte[] valued key (NPC Level 2)

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static Point Get(
	byte[] bkey
)
Public Shared Function Get ( _
	bkey As Byte() _
) As Point
public:
static Point^ Get(
	array<unsigned char^>^ bkey
)

Parameters

bkey
Type: array<Byte>[]()[][]
bkey

Return Value

Point