C# 클래스 P01_HarvestingFields.HarvestingFields

파일 보기 프로젝트 열기: MertYumer/CSharp-Fundamentals-January-2019 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aBuilder StringBuilder
aByte byte
aFloat float
aStream Stream
aString string
anObject object
anotherIntBitesTheDust int
justException Exception
testDouble double
testShort short
testThread Thread

보호된 프로퍼티들

프로퍼티 타입 설명
aBuffer StringBuilder
aDouble double
fatherMotherObject object
inheritableException Exception
moarStreamz Stream
moarString string
testBigNumber BigInteger
testByte byte
testFloat float
testPredicate object
testString string

프로퍼티 상세

aBuffer 보호되어 있는 프로퍼티

protected StringBuilder aBuffer
리턴 StringBuilder

aBuilder 공개적으로 프로퍼티

public StringBuilder aBuilder
리턴 StringBuilder

aByte 공개적으로 프로퍼티

public byte aByte
리턴 byte

aDouble 보호되어 있는 프로퍼티

protected double aDouble
리턴 double

aFloat 공개적으로 프로퍼티

public float aFloat
리턴 float

aStream 공개적으로 프로퍼티

public Stream aStream
리턴 Stream

aString 공개적으로 프로퍼티

public string aString
리턴 string

anObject 공개적으로 프로퍼티

public object anObject
리턴 object

anotherIntBitesTheDust 공개적으로 프로퍼티

public int anotherIntBitesTheDust
리턴 int

fatherMotherObject 보호되어 있는 프로퍼티

protected object fatherMotherObject
리턴 object

inheritableException 보호되어 있는 프로퍼티

protected Exception inheritableException
리턴 Exception

justException 공개적으로 프로퍼티

public Exception justException
리턴 Exception

moarStreamz 보호되어 있는 프로퍼티

protected Stream moarStreamz
리턴 Stream

moarString 보호되어 있는 프로퍼티

protected string moarString
리턴 string

testBigNumber 보호되어 있는 프로퍼티

protected BigInteger testBigNumber
리턴 BigInteger

testByte 보호되어 있는 프로퍼티

protected byte testByte
리턴 byte

testDouble 공개적으로 프로퍼티

public double testDouble
리턴 double

testFloat 보호되어 있는 프로퍼티

protected float testFloat
리턴 float

testPredicate 보호되어 있는 프로퍼티

protected object testPredicate
리턴 object

testShort 공개적으로 프로퍼티

public short testShort
리턴 short

testString 보호되어 있는 프로퍼티

protected string testString
리턴 string

testThread 공개적으로 프로퍼티

public Thread testThread
리턴 Thread