C# Class VersionSample.Csharp5.CallerInfoSample

これも Csharp3.ExtensionMethodSample 同様、同名の属性クラス(自作でもいい)さえあれば動く。 自作すれば、.NET 2.0 でも動く。
Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
ApproxSameAsX ( ) : void
WriteLine ( string message, [ file = "", [ line, [ member = "" ) : void
X ( ) : void

Method Details

ApproxSameAsX() public static method

public static ApproxSameAsX ( ) : void
return void

WriteLine() public static method

public static WriteLine ( string message, [ file = "", [ line, [ member = "" ) : void
message string
file [
line [
member [
return void

X() public static method

public static X ( ) : void
return void