Subject: What is ".Namespace" ?!
Posted By: Employee Post Date: 5/14/2008 10:13:16 AM


Hello all,

I'm studying the "Professional C# 2008", in page 55, what does ".Namespace" mean ?! is it a method or what exactly ?!, I feel that if that line was only "return this.GetType();" without ".Namespace" then it will work just fine .

Any explanation for this?

Regards,
Employee

Reply By: planoie Reply Date: 5/14/2008 10:17:37 AM
From the docs:

"Gets the namespace of the Type."

http://msdn.microsoft.com/en-us/library/system.type.namespace.aspx

-Peter
compiledthoughts.com
Reply By: Employee Reply Date: 5/14/2008 10:55:06 AM

Thanks "planoie" for the quick and accurate reply:).


Go to topic 71367

Return to index page 1