Méthode | Description | |
---|---|---|
GetPropertiesAsDeclared ( this type ) : System.Reflection.PropertyInfo[] |
Returns all properties found for the type, but as they are retrieved from their own declaring types. This helps to ensure that the get and set methods can be accessed. It's recommended to use this method to retrieve a type's properties and then use LINQ for filtering.
|
|
IsAssignableTo ( this from, |
||
IsNullable ( this type ) : bool |
public static GetPropertiesAsDeclared ( this type ) : System.Reflection.PropertyInfo[] | ||
type | this | |
Résultat | System.Reflection.PropertyInfo[] |
public static IsAssignableTo ( this from, |
||
from | this | |
to | ||
Résultat | bool |
public static IsNullable ( this type ) : bool | ||
type | this | |
Résultat | bool |