Click or drag to resize

indexAssertionBaseTEnum, TAppend Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Appends the specified flags to the link in case it exists. Unline Add(TEnum, T) it doesn't remove existing record on the same link

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Append(
	TEnum flags,
	T link
)

Parameters

flags
Type: TEnum
The flags.
link
Type: T
The link.
See Also