Bridge

Any<(Of <(<'T1, T2, T3, T4, T5>)>)> Class

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

Syntax


[ExternalAttribute]
[IgnoreGenericAttribute]
[IgnoreCastAttribute]
[NameAttribute]
public class Any<T1, T2, T3, T4, T5>
<ExternalAttribute> _
<IgnoreGenericAttribute> _
<IgnoreCastAttribute> _
<NameAttribute> _
Public Class Any(Of T1, T2, T3, T4, T5)
[ExternalAttribute]
[IgnoreGenericAttribute]
[IgnoreCastAttribute]
[NameAttribute]
generic<typename T1, typename T2, typename T3, typename T4, typename T5>
public ref class Any

Type Parameters

T1
T2
T3
T4
T5

Inheritance Hierarchy


System..::..Object
  Bridge..::..Any<(Of <(<'T1, T2, T3, T4, T5>)>)>