Click or drag to resize
TextCategoryIndex Constructor (ICategoryIndex, String)
Initializes a new instance of the TextCategoryIndex class

Namespace: X3Platform.CategoryIndexes
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public TextCategoryIndex(
	ICategoryIndex parent,
	string index
)

Parameters

parent
Type: X3Platform.CategoryIndexesICategoryIndex

[Missing <param name="parent"/> documentation for "M:X3Platform.CategoryIndexes.TextCategoryIndex.#ctor(X3Platform.CategoryIndexes.ICategoryIndex,System.String)"]

index
Type: SystemString

[Missing <param name="index"/> documentation for "M:X3Platform.CategoryIndexes.TextCategoryIndex.#ctor(X3Platform.CategoryIndexes.ICategoryIndex,System.String)"]

See Also