Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Create New Class

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Mike ONeill Posted - Feb 11 2014 : 02:42:06 AM
Hi

I just tried to Create a new class from a statement in C#

Dog dog = new Dog();

I hovered over the first Dog , CTR ALT C and I get a class name separated by Namespaces , but with colons not dots , this is illegal in C# as far as I know, except for Global namespaces . I assume its C Syntax ?

I get an error saying "{ expected " at the colon position
Mike


using System;

namespace BrewQIS:Model:Repositories
{
public class Dog
{
public Dog()
{
}

}
}
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Feb 26 2014 : 10:41:44 AM
case=80179 is fixed in build 2029
sean Posted - Feb 11 2014 : 8:23:23 PM
Thanks for the report. Should be fixed soon.
case=80179

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000