FakeDelegate<T> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Fake delegate
public delegate int FakeDelegate<T>(long num, string name, params object[] scores);
Type Parameters
- T
Fake para
Parameters
- num
- Int64
Fake para
- name
- String
Fake para
- scores
- Object[]
Optional Parameter.
Return Value
- Int32
Return a fake number to confuse you.