
From what i can tell the IntelliPrompt doesn't merge partial classes for a complete list.
is this true?
will this be implemented?
Thanks Leif
is this true?
will this be implemented?
Thanks Leif
Quote:
Using the partial keyword indicates that other parts of the class, struct, or interface can be defined within the namespace. All the parts must use the partial keyword. All of the parts must be available at compile time to form the final type. All the parts must have the same accessibility, such as public, private, and so on.
Please log in to a validated account to post comments.