Table of Contents

Class PropertyInfoExtensions

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

PropertyInfo 扩展方法

public static class PropertyInfoExtensions
Inheritance
PropertyInfoExtensions
Inherited Members

Methods

IsCanWrite(PropertyInfo)

判断属性是否只读扩展方法

public static bool IsCanWrite(this PropertyInfo p)

Parameters

p PropertyInfo

Returns

bool

IsStatic(PropertyInfo)

判断属性是否为静态属性

public static bool IsStatic(this PropertyInfo p)

Parameters

p PropertyInfo

Returns

bool