C# Class P01_HarvestingFields.HarvestingFields

Afficher le fichier Open project: MertYumer/CSharp-Fundamentals-January-2019 Class Usage Examples

Méthodes publiques

Свойство 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

Свойство 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
Résultat StringBuilder

aBuilder public_oe property

public StringBuilder aBuilder
Résultat StringBuilder

aByte public_oe property

public byte aByte
Résultat byte

aDouble protected_oe property

protected double aDouble
Résultat double

aFloat public_oe property

public float aFloat
Résultat float

aStream public_oe property

public Stream aStream
Résultat Stream

aString public_oe property

public string aString
Résultat string

anObject public_oe property

public object anObject
Résultat object

anotherIntBitesTheDust public_oe property

public int anotherIntBitesTheDust
Résultat int

fatherMotherObject protected_oe property

protected object fatherMotherObject
Résultat object

inheritableException protected_oe property

protected Exception inheritableException
Résultat Exception

justException public_oe property

public Exception justException
Résultat Exception

moarStreamz protected_oe property

protected Stream moarStreamz
Résultat Stream

moarString protected_oe property

protected string moarString
Résultat string

testBigNumber protected_oe property

protected BigInteger testBigNumber
Résultat BigInteger

testByte protected_oe property

protected byte testByte
Résultat byte

testDouble public_oe property

public double testDouble
Résultat double

testFloat protected_oe property

protected float testFloat
Résultat float

testPredicate protected_oe property

protected object testPredicate
Résultat object

testShort public_oe property

public short testShort
Résultat short

testString protected_oe property

protected string testString
Résultat string

testThread public_oe property

public Thread testThread
Résultat Thread