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