Put Method (Point, Byte[])

Neo Persistable Class

neo-persistibleclasses

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

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

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

Syntax


public static bool Put(
	Point p,
	byte[] bkey
)
Public Shared Function Put ( _
	p As Point, _
	bkey As Byte() _
) As Boolean
public:
static bool^ Put(
	Point^ p, 
	array<unsigned char^>^ bkey
)

Parameters

p
Type: NeoPersistableClass..::..Point
p
bkey
Type: array<Byte>[]()[][]
bkey

Return Value

bool