ITypesInfo.CreatePath(IMemberInfo, IMemberInfo) Method
In This Article
Supplies metadata on the property represented by the property descriptor resulting from the concatenation of two specific property descriptors.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IMemberInfo CreatePath(
IMemberInfo first,
IMemberInfo second
)
#Parameters
Name | Type | Description |
---|---|---|
first | IMember |
An IMember |
second | IMember |
An IMember |
#Returns
Type | Description |
---|---|
IMember |
An IMember |
See Also