Click or drag to resize

IQuerableElementTContainsAll Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.interafaces.IQuerableElement`1.ContainsAll(imbNLP.Data.enums.contentRelationType,System.Int32,`0[])"]

Namespace:  imbNLP.Core.contentStructure.interafaces
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
bool ContainsAll(
	contentRelationType qRelation,
	int limit,
	params T[] _flgs
)

Parameters

qRelation
Type: imbNLP.Data.enumscontentRelationType

[Missing <param name="qRelation"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IQuerableElement`1.ContainsAll(imbNLP.Data.enums.contentRelationType,System.Int32,`0[])"]

limit
Type: SystemInt32

[Missing <param name="limit"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IQuerableElement`1.ContainsAll(imbNLP.Data.enums.contentRelationType,System.Int32,`0[])"]

_flgs
Type: T

[Missing <param name="_flgs"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IQuerableElement`1.ContainsAll(imbNLP.Data.enums.contentRelationType,System.Int32,`0[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.interafaces.IQuerableElement`1.ContainsAll(imbNLP.Data.enums.contentRelationType,System.Int32,`0[])"]

See Also