Base:
method
GetElementType
System.Type.GetElementType()
7 references to GetElementType
mscorlib (7)
system\reflection\customattribute.cs (4)
295
parameterType = (RuntimeType)parameterType.
GetElementType
();
1191
if (type.
GetElementType
() != null)
1334
if (type.
GetElementType
() != null)
2208
if (!type.IsGenericParameter && type.
GetElementType
() == null)
system\rttype.cs (2)
1114
RuntimeType arrayType = (RuntimeType)ReflectedType.
GetElementType
();
2662
return ((RuntimeType)
GetElementType
()).IsNonW8PFrameworkAPI();
system\unityserializationholder.cs (1)
67
type = (RuntimeType)type.
GetElementType
();