Exemplo n.º 1
0
 /// <excludedoc />
 protected internal override ITypeInfo ApplySubstitution(StaticTypeSubstitution substitution)
 {
     return(ElementType.ApplySubstitution(substitution).MakeByRefType());
 }
Exemplo n.º 2
0
 /// <excludedoc />
 protected internal override ITypeInfo ApplySubstitution(StaticTypeSubstitution substitution)
 {
     return(ElementType.ApplySubstitution(substitution).MakeArrayType(arrayRank));
 }