C# Class System.Reflection.Tests.MemberInfoTests.SampleClass

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
PublicField int

Private Properties

Property Type Description
PrivateMethod void
SampleClass System.Collections.Generic

Public Methods

Method Description
PublicMethod ( ) : void
SampleClass ( ) : System.Collections.Generic

Private Methods

Method Description
PrivateMethod ( ) : void
SampleClass ( int x ) : System.Collections.Generic

Method Details

PublicMethod() public method

public PublicMethod ( ) : void
return void

SampleClass() public method

public SampleClass ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

PublicField public_oe property

public int PublicField
return int