-
Notifications
You must be signed in to change notification settings - Fork 2
/
IGenericArrayType.xml
86 lines (86 loc) · 5.47 KB
/
IGenericArrayType.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<Type Name="IGenericArrayType" FullName="Java.Lang.Reflect.IGenericArrayType">
<TypeSignature Language="C#" Value="public interface IGenericArrayType : IDisposable, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IType" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IGenericArrayType implements class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class Java.Lang.Reflect.IType, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Java.Lang.Reflect.IGenericArrayType" />
<TypeSignature Language="F#" Value="type IGenericArrayType = interface
 interface IType
 interface IJavaObject
 interface IDisposable
 interface IJavaPeerable" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Android.Runtime.IJavaObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Java.Interop.IJavaPeerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Java.Lang.Reflect.IType</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("java/lang/reflect/GenericArrayType", "", "Java.Lang.Reflect.IGenericArrayTypeInvoker")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("java/lang/reflect/GenericArrayType", "", "Java.Lang.Reflect.IGenericArrayTypeInvoker")>]</AttributeName>
</Attribute>
</Attributes>
<Docs since="1">
<summary>
<c>GenericArrayType</c> represents an array type whose component
type is either a parameterized type or a type variable.</summary>
<remarks>
<para>
<c>GenericArrayType</c> represents an array type whose component
type is either a parameterized type or a type variable.</para>
<para>Added in 1.5.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/java/lang/reflect/GenericArrayType" title="Reference documentation">Java documentation for <code>java.lang.reflect.GenericArrayType</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
<Members>
<Member MemberName="GenericComponentType">
<MemberSignature Language="C#" Value="public Java.Lang.Reflect.IType GenericComponentType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Java.Lang.Reflect.IType GenericComponentType" />
<MemberSignature Language="DocId" Value="P:Java.Lang.Reflect.IGenericArrayType.GenericComponentType" />
<MemberSignature Language="F#" Value="member this.GenericComponentType : Java.Lang.Reflect.IType" Usage="Java.Lang.Reflect.IGenericArrayType.GenericComponentType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getGenericComponentType", "()Ljava/lang/reflect/Type;", "GetGetGenericComponentTypeHandler:Java.Lang.Reflect.IGenericArrayTypeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getGenericComponentType", "()Ljava/lang/reflect/Type;", "GetGetGenericComponentTypeHandler:Java.Lang.Reflect.IGenericArrayTypeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Java.Lang.Reflect.IType</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the component type of this array.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
<exception cref="T:Java.Lang.TypeNotPresentException">if the component type points to a missing type</exception>
<exception cref="T:Java.Lang.Reflect.MalformedParameterizedTypeException">if the component type points to a type that cannot be
instantiated for some reason
</exception>
</Docs>
</Member>
</Members>
</Type>