Initializes a new instance of the NameBasedRegistrationInfo class

Namespace: Remotion.Linq.Parsing.Structure.NodeTypeProviders
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public NameBasedRegistrationInfo(
	string name,
	Func<MethodInfo, bool> filter
)
Visual Basic
Public Sub New ( _
	name As String, _
	filter As Func(Of MethodInfo, Boolean) _
)
Visual C++
public:
NameBasedRegistrationInfo(
	String^ name, 
	Func<MethodInfo^, bool>^ filter
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Remotion.Linq.Parsing.Structure.NodeTypeProviders.NameBasedRegistrationInfo.#ctor(System.String,System.Func{System.Reflection.MethodInfo,System.Boolean})"]

filter
Type: System..::..Func<(Of <(<'MethodInfo, Boolean>)>)>

[Missing <param name="filter"/> documentation for "M:Remotion.Linq.Parsing.Structure.NodeTypeProviders.NameBasedRegistrationInfo.#ctor(System.String,System.Func{System.Reflection.MethodInfo,System.Boolean})"]

See Also