PocketContext

ContextEntityCollection.Add Method 

Adds a ContextEntity to the collection. It must be of the same type as the rest of the ContextEntity objects.

public bool Add(
   ContextEntity entity
);

Parameters

entity
The ContextEntity to add

Return Value

true on success

See Also

ContextEntityCollection Class | PocketContext Namespace