Table of Contents

Method GetPropInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetPropInfo(object?, string?)

Gets property info.

public static PropertyInfo? GetPropInfo(object? instance, string? name)

Parameters

instance object

Object instance.

name string

Property name.

Returns

PropertyInfo