The method the produces the sample
Declaration Syntax
C# | Visual Basic | Visual C++ |
public delegate void SampleMethod( ArrayList links )
Public Delegate Sub SampleMethod ( _ links As ArrayList _ )
public delegate void SampleMethod( ArrayList^ links )
Parameters
- links (ArrayList)