I have a user control which deals with fileupload. I have defined a delegate as follows
public delegate void FileUploadSuccess(T value,FileUploadTyp
Except as part of generic types (i.e.
class Foo { public event SomeEventType SomeEventName; }
) there is no such thing as generic properties, fields, events, indexers or operators (only generic types and generic methods). Can the containing type here be generic?