IndexPartitionTTryGetPart Method

Tries the get part associated with the specified identifier.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public bool TryGetPart(
	T partIdentifier,
	out IndexCollection part
)

Parameters

partIdentifier  T
The identifier of the part to get.
part  IndexCollection
When this method returns, contains the part associated with the specified identifier, if the identifier is found; otherwise, the default value for the type of the part parameter. This parameter is passed uninitialized.

Return Value

Boolean
true if the partition contains a part with the specified identifier, false otherwise.

Exceptions

ArgumentNullExceptionpartIdentifier is null.

See Also