Exemplo n.º 1
0
 internal ComTypeDesc(ITypeInfo typeInfo)
 {
     if (typeInfo != null)
     {
         ComRuntimeHelpers.GetInfoFromType(typeInfo, out _typeName, out _documentation);
     }
 }