Exemplo n.º 1
0
 // Given a symbol for an array type, get the corresponding CLR type.
 public System.Type GetArrayType(ArrayTypeEntry sym)
 {
     System.Type t = m_provider.CreateCLRArrayType(sym);
     Debug.Assert(t != null);
     return t;
 }