C# Class Jwc.Experiment.ClassWithMembers

显示文件 Open project: jwChung/Experimentalism

Public Properties

Property Type Description
OtherPublicField object
PublicField object
StaticField object

Protected Properties

Property Type Description
ProtectedInternalField object
protectedField object

Private Properties

Property Type Description
ClassWithMembers System
ClassWithMembers System
ClassWithMembers System
InternalMethod void
InternalStaticMethod void
PrivateMethod void
PrivateStaticMethod void

Public Methods

Method Description
ClassWithMembers ( string arg1, int arg2 ) : System
PublicMethod ( ) : void
PublicStaticMethod ( ) : void

Protected Methods

Method Description
ClassWithMembers ( object arg ) : System
ClassWithMembers ( string arg ) : System
ProtectedInternalMethod ( ) : void
ProtectedInternalStaticMethod ( ) : void
ProtectedMethod ( ) : void
ProtectedStaticMethod ( ) : void

Private Methods

Method Description
ClassWithMembers ( ) : System
ClassWithMembers ( double arg ) : System
ClassWithMembers ( int arg ) : System
InternalMethod ( ) : void
InternalStaticMethod ( ) : void
PrivateMethod ( ) : void
PrivateStaticMethod ( ) : void

Method Details

ClassWithMembers() protected method

protected ClassWithMembers ( object arg ) : System
arg object
return System

ClassWithMembers() protected method

protected ClassWithMembers ( string arg ) : System
arg string
return System

ClassWithMembers() public method

public ClassWithMembers ( string arg1, int arg2 ) : System
arg1 string
arg2 int
return System

ProtectedInternalMethod() protected method

protected ProtectedInternalMethod ( ) : void
return void

ProtectedInternalStaticMethod() protected static method

protected static ProtectedInternalStaticMethod ( ) : void
return void

ProtectedMethod() protected method

protected ProtectedMethod ( ) : void
return void

ProtectedStaticMethod() protected static method

protected static ProtectedStaticMethod ( ) : void
return void

PublicMethod() public method

public PublicMethod ( ) : void
return void

PublicStaticMethod() public static method

public static PublicStaticMethod ( ) : void
return void

Property Details

OtherPublicField public_oe property

public object OtherPublicField
return object

ProtectedInternalField protected_oe property

protected object ProtectedInternalField
return object

PublicField public_oe property

public object PublicField
return object

StaticField public_oe static_oe property

public static object StaticField
return object

protectedField protected_oe property

protected object protectedField
return object