Click or drag to resize
IArbitraryChainsXTPart, TChainDefinesArbitraryChainT Method
Gets a value indicating whether or not the specified backing field defines a TChain with the specified identifier.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool DefinesArbitraryChain<T>(
	List<T> backingField,
	string identifier
)
where T : IdentifiableBackingFieldCompatibleObjectWrapper<string, TChain>

Parameters

backingField
Type: System.Collections.GenericListT
Backing field for DefinesArbitraryChain(String).
identifier
Type: SystemString
Identifier of the chain.

Type Parameters

T
An identifiable backing field wrapper for TChain.

Return Value

Type: Boolean
if a TChain with the specified identifier could be found; otherwise, .
See Also