Summary
Returns
System.Object[1] { obj }.
The array is kept in a field marked with [System.ThreadStaticAttribute], so it is thread safe
but cannot be used recursively within a single thread.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
Syntax
public static Object[] OneObject(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object |
Return Value
| Type | Description |
|---|---|
| Object[] |