Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
partial interface ITest |
|
{ |
|
void Interface_Test(); |
|
} |
|
|
|
partial interface ITest |
|
{ |
|
void Interface_Test2(); |
|
} |
|
|
|
partial struct S1 |
|
{ |
|
void Struct_Test() { } |
|
} |
|
|
|
partial struct S1 |
|
{ |
|
void Struct_Test2() { } |
|
} |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.