Summary
Returns
System.Object[2] { obj0, obj1 }.
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[] TwoObjects(Object obj0, Object obj1)
Parameters
| Name | Type | Description |
|---|---|---|
| obj0 | Object | |
| obj1 | Object |
Return Value
| Type | Description |
|---|---|
| Object[] |