Share via


MetadataCreator Delegate

Definition

public delegate System::Object ^ MetadataCreator(Type ^ t);
public delegate object MetadataCreator(Type t);
type MetadataCreator = delegate of Type -> obj
Public Delegate Function MetadataCreator(t As Type) As Object 

Parameters

t
Type

Return Value

Applies to