Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Only methods, classes, structs, or interfaces may be partial.
The partial modifier can only be used with classes, structs, interfaces, and methods.
- Remove the
partial
modifier from the variable or language construct.
The following code generates CS0753:
// cs0753.cs
using System;
public partial class C
{
partial int num; // CS0753
public static int Main()
{
return 1;
}
}
Feedback zu .NET
.NET ass en Open-Source-Projet. Wielt e Link, fir Feedback ze ginn: