NestedGenericClass<T3> Class
Public Class NestedGenericClass(Of _
T3)
This language is not supported or no code example is available.
public class NestedGenericClass<T3>
This language is not supported or no code example is available.
type NestedGenericClass<'T3> = class end
This language is not supported or no code example is available.
generic<typename T3>
public ref class NestedGenericClass
This language is not supported or no code example is available.
Type Parameters
- T3
Nested type parameter.
| Name | Description | |
|---|---|---|
|
Equals(object, object) | Determines whether the specified object instances are considered equal. (inherited from object). |
|
Equals(object) | Determines whether the specified object is equal to the current object. (inherited from object). |
|
~Object() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from object). |
|
GetHashCode() | Serves as the default hash function. (inherited from object). |
|
GetType() | Gets the Type of the current instance. (inherited from object). |
|
MemberwiseClone() | Creates a shallow copy of the current object. (inherited from object). |
|
Mm1<T4>(T1, T2, T3, T4) | A generic method with parameters of generic types from direct owner class and from its parent class. |
|
ReferenceEquals(object, object) | Determines whether the specified object instances are the same instance. (inherited from object). |
|
ToString() | Returns a string that represents the current object. (inherited from object). |
The link to this member has the following syntax:
<see cref="T:SampleClassLibrary.GenericClass`2.NestedGenericClass`1"/>
SampleClassLibrary.GenericClass<T1, T2>.NestedGenericClass<T3>