Namespace: Weborb.Util
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
| C# |
|---|
public delegate bool MatchDelegate( Object argument, Type formalArg ) |
| Visual Basic |
|---|
Public Delegate Function MatchDelegate ( _ argument As Object, _ formalArg As Type _ ) As Boolean |
| Visual C++ |
|---|
public delegate bool MatchDelegate( Object^ argument, Type^ formalArg ) |
Parameters
- argument
- Type: System..::..Object
- formalArg
- Type: System..::..Type