Share via


ManagedObjectCollection<TItem>.IndexerCreationDelegate Delegate

Definition

public: delegate TItem ManagedObjectCollection<TItem>::IndexerCreationDelegate(Type ^ t, System::String ^ id);
public delegate TItem ManagedObjectCollection<TItem>.IndexerCreationDelegate(Type t, string id);
type ManagedObjectCollection<'Item>.IndexerCreationDelegate = delegate of Type * string -> 'Item
Public Delegate Function ManagedObjectCollection(Of TItem).IndexerCreationDelegate(t As Type, id As String) As TItem 

Parameters

t
Type
id
String

Return Value

TItem

Applies to