Microsoft .Net-Samples
Loading...
Searching...
No Matches
fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.MyPartialClassA Class Reference

Option-02: Partial Class => MyPartialClass => Declaration. More...

Static Public Member Functions

static partial void OnSomethingHappened (string s)
 Declaring definition.
static partial void OnSomethingHappened (string s)
 Comment out this method and the program will still compile.

Detailed Description

Option-02: Partial Class => MyPartialClass => Declaration.

Option-02: Partial Class => MyPartialClass => Implementation.

Member Function Documentation

◆ OnSomethingHappened() [1/2]

partial void fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.MyPartialClassA.OnSomethingHappened ( string s)
static

Comment out this method and the program will still compile.

Parameters
s

◆ OnSomethingHappened() [2/2]

partial void fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.MyPartialClassA.OnSomethingHappened ( string s)
static

Declaring definition.

Parameters
s

The documentation for this class was generated from the following file:
  • U:/00000000_global_projects/000_DotNetxx/fho.frm.net.Microsoft_DotNetSamples/fho.frm.net.Microsoft_DotNetSamples/ClassCSharpVersion/ClassCSharp13.cs