Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Class IdentifierCollection

Last update: 03.07.2024

Namespace: VM.Collections
Assembly: VM.dll

public class IdentifierCollection<TItem> : KeyedCollection<Identifier, TItem> where TItem : IHasID

Type Parameters

TItem

Inheritance

objectCollection<TItem>KeyedCollection<Identifier, TItem>IdentifierCollection<TItem>

Constructors

IdentifierCollection()

public IdentifierCollection()

Methods

GetKeyForItem(TItem)

protected override Identifier GetKeyForItem(TItem item)

Parameters

item TItem

Returns

Identifier