C# Class P01_HarvestingFields.HarvestingFields

ファイルを表示 Open project: MertYumer/CSharp-Fundamentals-January-2019 Class Usage Examples

Public Properties

Property Type Description
aBuilder StringBuilder
aByte byte
aFloat float
aStream Stream
aString string
anObject object
anotherIntBitesTheDust int
justException Exception
testDouble double
testShort short
testThread Thread

Protected Properties

Property Type Description
aBuffer StringBuilder
aDouble double
fatherMotherObject object
inheritableException Exception
moarStreamz Stream
moarString string
testBigNumber BigInteger
testByte byte
testFloat float
testPredicate object
testString string

Property Details

aBuffer protected_oe property

protected StringBuilder aBuffer
return StringBuilder

aBuilder public_oe property

public StringBuilder aBuilder
return StringBuilder

aByte public_oe property

public byte aByte
return byte

aDouble protected_oe property

protected double aDouble
return double

aFloat public_oe property

public float aFloat
return float

aStream public_oe property

public Stream aStream
return Stream

aString public_oe property

public string aString
return string

anObject public_oe property

public object anObject
return object

anotherIntBitesTheDust public_oe property

public int anotherIntBitesTheDust
return int

fatherMotherObject protected_oe property

protected object fatherMotherObject
return object

inheritableException protected_oe property

protected Exception inheritableException
return Exception

justException public_oe property

public Exception justException
return Exception

moarStreamz protected_oe property

protected Stream moarStreamz
return Stream

moarString protected_oe property

protected string moarString
return string

testBigNumber protected_oe property

protected BigInteger testBigNumber
return BigInteger

testByte protected_oe property

protected byte testByte
return byte

testDouble public_oe property

public double testDouble
return double

testFloat protected_oe property

protected float testFloat
return float

testPredicate protected_oe property

protected object testPredicate
return object

testShort public_oe property

public short testShort
return short

testString protected_oe property

protected string testString
return string

testThread public_oe property

public Thread testThread
return Thread