C# Class CSharp_Static.A

Show file Open project: ohs108/unity_lecture

Public Properties

Property Type Description
a int
b int
c int
d int

Public Methods

Method Description
tell ( ) : void

Method Details

tell() public static method

public static tell ( ) : void
return void

Property Details

a public property

public int a
return int

b public property

public int b
return int

c public static property

public static int c
return int

d public static property

public static int d
return int