C# Class CSE.Content.AccessModifierTest

Exibir arquivo Open project: kcherr1/CSharp-Eval

Public Properties

Property Type Description
publicReadonlyTest int
publicStaticReadonlyTest int
publicStaticTest int
publicStaticVolatileTest int
publicTest int
publicVolatileTest int

Protected Properties

Property Type Description
protectedReadonlyTest int
protectedStaticReadonlyTest int
protectedStaticTest int
protectedStaticVolatileTest int
protectedTest int
protectedVolatileTest int

Public Methods

Method Description
AccessModifierTest ( )

Method Details

AccessModifierTest() public method

public AccessModifierTest ( )

Property Details

protectedReadonlyTest protected_oe property

protected int protectedReadonlyTest
return int

protectedStaticReadonlyTest protected_oe static_oe property

protected static int protectedStaticReadonlyTest
return int

protectedStaticTest protected_oe static_oe property

protected static int protectedStaticTest
return int

protectedStaticVolatileTest protected_oe static_oe property

protected static int protectedStaticVolatileTest
return int

protectedTest protected_oe property

protected int protectedTest
return int

protectedVolatileTest protected_oe property

protected int protectedVolatileTest
return int

publicReadonlyTest public_oe property

public int publicReadonlyTest
return int

publicStaticReadonlyTest public_oe static_oe property

public static int publicStaticReadonlyTest
return int

publicStaticTest public_oe static_oe property

public static int publicStaticTest
return int

publicStaticVolatileTest public_oe static_oe property

public static int publicStaticVolatileTest
return int

publicTest public_oe property

public int publicTest
return int

publicVolatileTest public_oe property

public int publicVolatileTest
return int