TypeHelper Class
Namespace: Stride.Core.Reflection
Assembly: Stride.Core.dll
System.Object →
TypeHelper
Derived from TypeHelper:
[Obsolete("This class will be removed in a future version")]
public static class TypeHelper
|
Improve this Doc
View Source
Methods
IsCollection(Type)
[Obsolete("This method will be removed in a future version")]
public static bool IsCollection(this Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
IsDictionary(Type)
[Obsolete("This method will be removed in a future version")]
public static bool IsDictionary(this Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|