The method the produces the sample
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public delegate void SampleMethod( ArrayList links )
public delegate void SampleMethod( ArrayList links )
Public Delegate Sub SampleMethod ( links As ArrayList )
Public Delegate Sub SampleMethod ( links As ArrayList )
public delegate void SampleMethod( ArrayList^ links )
public delegate void SampleMethod( ArrayList^ links )
type SampleMethod = delegate of links : ArrayList -> unit
type SampleMethod = delegate of links : ArrayList -> unit
Parameters
- links (ArrayList)
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120