Put Method (Point, String)

Neo Persistable Class

neo-persistibleclasses

Point..::..Put Method (Point, String)

Put an entity into Storage based on a string valued key (NPC Level 2)

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

Syntax


public static bool Put(
	Point p,
	string skey
)
Public Shared Function Put ( _
	p As Point, _
	skey As String _
) As Boolean
public:
static bool^ Put(
	Point^ p, 
	String^ skey
)

Parameters

p
Type: NeoPersistableClass..::..Point
p
skey
Type: String
skey

Return Value

bool