Initializes a new instance of the PropertyPath class

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public PropertyPath(
	PropertyPath previousPath,
	MemberInfo localMember
)
Visual Basic
Public Sub New ( _
	previousPath As PropertyPath, _
	localMember As MemberInfo _
)
Visual C++
public:
PropertyPath(
	PropertyPath^ previousPath, 
	MemberInfo^ localMember
)

Parameters

previousPath
Type: NHibernate.Mapping.ByCode..::..PropertyPath

[Missing <param name="previousPath"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPath.#ctor(NHibernate.Mapping.ByCode.PropertyPath,System.Reflection.MemberInfo)"]

localMember
Type: System.Reflection..::..MemberInfo

[Missing <param name="localMember"/> documentation for "M:NHibernate.Mapping.ByCode.PropertyPath.#ctor(NHibernate.Mapping.ByCode.PropertyPath,System.Reflection.MemberInfo)"]

See Also