Method | Description | |
---|---|---|
GetCollection ( |
||
GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
||
IsEmpty ( object value ) : bool | ||
IsEqual ( object compare, object to ) : bool | ||
IsParsable ( |
||
SetValue ( object instance, |
public GetCollection ( |
||
targetType | ||
includeEmpty | bool | |
items | IEnumerable | |
return | ICollection |
public GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
||
target | object | |
includeEmpty | bool | |
items | IEnumerable | |
return | ICollection |
public IsEqual ( object compare, object to ) : bool | ||
compare | object | |
to | object | |
return | bool |
public SetValue ( object instance, |
||
instance | object | |
pi | ||
newvalue | object | |
culture | ||
return | void |