コード例 #1
0
ファイル: Program.cs プロジェクト: slamj1/Patchwork
 public static ExistingTestObject ExistingStaticMethod(ExistingTestObject o)
 {
     return(null);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: slamj1/Patchwork
 public virtual ExistingTestObject ExistingInstanceMethod(ExistingTestObject o)
 {
     return(null);
 }