Click or drag to resize
TileCategorySimpleMembershipItem Property
Returns true if the tile is a member of the specified category

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool this[
	TileCategoryName category
] { get; }

Parameters

category
Type: (Default Namespace)TileCategoryName

Property Value

Type: Boolean
Remarks
This algorithm is simple and executes in O(1) time (it is not proportional to the number of tiles, number of categories, or number of memberships).
See Also