Bridge

Script..::..PlainObject<(Of <(<'T>)>)> Method

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static T PlainObject<T>(
	T o
)
<TemplateAttribute> _
Public Shared Function PlainObject(Of T) ( _
	o As T _
) As T
[TemplateAttribute]
public:
generic<typename T>
static T PlainObject(
	T o
)

Type Parameters

T

Parameters

o
Type: T