TypeInfoExtensions.

FindDeclaredProperty(TypeInfo, string) Method

Summary

Finds the declared property.

Syntax

public static PropertyInfo FindDeclaredProperty(this TypeInfo typeInfo, string name)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
typeInfo TypeInfo The type information.
name string The name.

Return Value

Type Description
PropertyInfo PropertyInfo.