C# Class Tests.Reflection.MemberExtensionTests.PropertiesAndFieldsBase

Mostra file Open project: mikeobrien/Bender

Public Properties

Property Type Description
BasePublicField string
BasePublicStaticField string

Protected Properties

Property Type Description
BaseProtectedField string

Private Properties

Property Type Description

Public Methods

Method Description
BasePublicMethod ( ) : void

Method Details

BasePublicMethod() public method

public BasePublicMethod ( ) : void
return void

Property Details

BaseProtectedField protected_oe property

protected string BaseProtectedField
return string

BasePublicField public_oe property

public string BasePublicField
return string

BasePublicStaticField public_oe static_oe property

public static string BasePublicStaticField
return string