GenericTypeParameterBuilder::Name Property

 

Gets the name of the generic type parameter.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Name {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The name of the generic type parameter.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show: