Re: Determining if one type inherits from another type
- From: Marc Gravell <marc.gravell@xxxxxxxxx>
- Date: Thu, 21 Aug 2008 15:23:45 +0100
"is" will only work for an instance (left-hand operand) and a type (right-hand operand), so it depends on the full scenario. In this case it sounds like there is no instance, and the type is known only at runtime, so "is" can't be used. Of course, my interpretation of the problem might be incorrect...
Marc
.
- References:
- Re: Determining if one type inherits from another type
- From: Pavel Minaev
- Re: Determining if one type inherits from another type
- Prev by Date: RE: Set Project setting in Solution
- Next by Date: Re: Using SqlConnection
- Previous by thread: Re: Determining if one type inherits from another type
- Next by thread: Re: Determining if one type inherits from another type
- Index(es):
Relevant Pages
|