ManagedObjectCollection<TItem>.IndexerCreationDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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