C# Class ValueUtilsTest.SampleBaseWithProtectedMembers

Datei anzeigen Open project: EamonNerbonne/ValueUtils

Protected Properties

Property Type Description
SomeValue int

Public Methods

Method Description
SampleBaseWithProtectedMembers ( int val ) : System

Method Details

SampleBaseWithProtectedMembers() public method

public SampleBaseWithProtectedMembers ( int val ) : System
val int
return System

Property Details

SomeValue protected_oe property

protected int SomeValue
return int