internal CorTypeEnumerator(ICorDebugTypeEnum typeEnumerator)
 {
     m_enum = typeEnumerator;
 }
 int ICorDebugType.EnumerateTypeParameters(out ICorDebugTypeEnum ppTyParEnum)
 {
     ppTyParEnum = null;
     return(COM_HResults.E_NOTIMPL);
 }
 int ICorDebugType.EnumerateTypeParameters(out ICorDebugTypeEnum ppTyParEnum)
 {
     ppTyParEnum = null;
     return Utility.COM_HResults.E_NOTIMPL;
 }
 public CorTypeEnumerator (ICorDebugTypeEnum typeEnumerator)
 {
     m_enum = typeEnumerator;
 }
示例#5
0
 public CorTypeEnumerator(ICorDebugTypeEnum typeEnumerator)
 {
     m_enum = typeEnumerator;
 }