Get Method (String)

Neo Persistable Class

neo-persistibleclasses

Point..::..Get Method (String)

Get an entity from Storage based on a string valued key (NPC Level 2)

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

Syntax


public static Point Get(
	string skey
)
Public Shared Function Get ( _
	skey As String _
) As Point
public:
static Point^ Get(
	String^ skey
)

Parameters

skey
Type: String
skey

Return Value

Point