Namespace:
MbUnit.Core.Remoting
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)
Syntax
| C# |
|---|
public delegate UnitTreeNode UnitTreeNodeCreatorDelegate( string name, TestNodeType nodeType, Guid domainIdentifier, Guid testIdentifier ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function UnitTreeNodeCreatorDelegate ( _ name As String, _ nodeType As TestNodeType, _ domainIdentifier As Guid, _ testIdentifier As Guid _ ) As UnitTreeNode |
Parameters
- name
- Type: System..::.String
- nodeType
- Type: MbUnit.Core..::.TestNodeType
- domainIdentifier
- Type: System..::.Guid
- testIdentifier
- Type: System..::.Guid
