Méthode | Description | |
---|---|---|
GetGenericEnumerableItemType ( |
||
InferWoopsaType ( |
Determines the WoopsaValueType based on a .NET type.
|
|
IsWoopsaReferenceType ( |
Determines if the .net type matches a Woopsa reference type (object) Some value types of .net have no corresponding Woopsa type, and are not reference type.
|
|
IsWoopsaValueType ( |
Determines if the .net type matches a WoopsaValueType Some .net reference types (like string) are WoopsaValueType
|
public static GetGenericEnumerableItemType ( |
||
type | ||
itemsType | ||
Résultat | bool |
public static InferWoopsaType ( |
||
targetType | The .NET type to try to get the WoopsaValueType from | |
resultType | WoopsaValueType | The inferred WoopsaValueType. If the type cannot be inferred, this value will be WoopsaValueType.Null |
Résultat | bool |
public static IsWoopsaReferenceType ( |
||
type | The .NET type to test | |
Résultat | bool |
public static IsWoopsaValueType ( |
||
type | The .NET type to test | |
Résultat | bool |