JavaTypeParametersAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class JavaTypeParametersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=false)>]
type JavaTypeParametersAttribute = class
    inherit Attribute
Inheritance
JavaTypeParametersAttribute
Attributes

Remarks

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.

Constructors

JavaTypeParametersAttribute(String[])

Properties

TypeParameters

Applies to