ITypeVariable.GenericDeclaration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the language construct that declares this type variable.
public Java.Lang.Object GenericDeclaration { [Android.Runtime.Register("getGenericDeclaration", "()Ljava/lang/reflect/GenericDeclaration;", "GetGetGenericDeclarationHandler:Java.Lang.Reflect.ITypeVariableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getGenericDeclaration", "()Ljava/lang/reflect/GenericDeclaration;", "GetGetGenericDeclarationHandler:Java.Lang.Reflect.ITypeVariableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.GenericDeclaration : Java.Lang.Object
Property Value
The generic declaration that declared this type variable.
- Attributes
Remarks
Returns the GenericDeclaration object representing the generic declaration that declared this type variable.
Java documentation for java.lang.reflect.TypeVariable.getGenericDeclaration().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.