Array OfT Conversion (Array OfT to Object) | |
Implicitely convert a typed Array to an OBJECT[].
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
a AS ARRAY OF<T>
) AS Object[]
public static implicit operator Object[] (
Array Of<T> a
)
Request Example
View SourceParameters
- a
- Type: Array OfT
Return Value
Type:
ObjectSee Also