M
Michael Soza
I have a little confusion about abstract classes..it supposed that this
classes can't be instantiated, then when I read the help about the class
System.Type says that we can use typeof or the GetType() method to get and
object Type that represent de type of the argument....so why? can or can't
be instantiated....
Playing with the powershell y figure out that in reality the object obtained
are from the type System.RuntimeType....so apparently the rules aren't
broken but why the Intellisense tellme lies, jejeje is confusing when hover
the cursor over the methods and tellme that the return type is System.Type.
classes can't be instantiated, then when I read the help about the class
System.Type says that we can use typeof or the GetType() method to get and
object Type that represent de type of the argument....so why? can or can't
be instantiated....
Playing with the powershell y figure out that in reality the object obtained
are from the type System.RuntimeType....so apparently the rules aren't
broken but why the Intellisense tellme lies, jejeje is confusing when hover
the cursor over the methods and tellme that the return type is System.Type.