Cast Method
Definition
Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PropertyPathBuilder Cast(
Type type
)
Public Function Cast (
type As Type
) As PropertyPathBuilder
member Cast :
type : Type -> PropertyPathBuilder