List Question
20 TechQA 2023-08-17T15:24:23.640000Check If Types Can Be Casted To Each Other
111 views
Asked by Brendan Lynn
Why does the System.Type overload equality operator?
47 views
Asked by user1234567
VB.NET : Use System.Type in value binding
63 views
Asked by AudioBubble
How to use a .NET Type in a cast
71 views
Asked by H2ONaCl
Error 'Unable to cast object of type 'System.RuntimeType' to type 'EnvDTE80.DTE2'
848 views
Asked by busarider29
How to detect the difference between an interface and an abstract class?
235 views
Asked by Wouter
Can you pass an IEnumerable<Type> and retrieve the Type?
169 views
Asked by mdicoope
How to detect a subclass of a generic abstract class?
745 views
Asked by Hozuki Ferrari
C# ContainsKey does not find Key in dictionary alltough it is present
88 views
Asked by PaulRdi
Method taking a type name as argument used against a collection of type names
181 views
Asked by mins
how to find the System.Type from a complex full path string?
369 views
Asked by boo
Get class properties in t4 template (vs2015)
824 views
Asked by patsy2k
Any way to get the definition of a property from the code itself?
103 views
Asked by AudioBubble
How to instantiate a list of System.Types from a literal?
136 views
Asked by AudioBubble
passing System.Type to generic type
313 views
Asked by Pavel B.
Can `typeof(T).IsAssignableFrom(x.GetType())` be safely rewritten as `x is T`?
1.4k views
Asked by stakx - no longer contributing
How to get the ConstructorInfo of a Ctor with params
3.1k views
Asked by Belgi
How to use the Convert.ChangeType(value, type) when the value is nullable
3.2k views
Asked by Kalai
Getting Types of all members of a class
166 views
Asked by Kalai