C# 클래스 System.Reflection.Tests.PropertyInfoTests.BaseClass

상속: InterfaceWithPropertyDeclaration
파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
_objectArray object[]
_readOnlyProperty int
_readWriteProperty1 short
_readWriteProperty2 double
_readWriteProperty3 int
_staticObjectArrayProperty object[]
_stringArray string[]
_writeOnlyProperty long

공개 메소드들

메소드 설명
this ( int Index ) : string

메소드 상세

this() 공개 메소드

public this ( int Index ) : string
Index int
리턴 string

프로퍼티 상세

_objectArray 공개적으로 프로퍼티

public object[] _objectArray
리턴 object[]

_readOnlyProperty 공개적으로 프로퍼티

public int _readOnlyProperty
리턴 int

_readWriteProperty1 공개적으로 프로퍼티

public short _readWriteProperty1
리턴 short

_readWriteProperty2 공개적으로 프로퍼티

public double _readWriteProperty2
리턴 double

_readWriteProperty3 공개적으로 정적으로 프로퍼티

public static int _readWriteProperty3
리턴 int

_staticObjectArrayProperty 공개적으로 정적으로 프로퍼티

public static object[] _staticObjectArrayProperty
리턴 object[]

_stringArray 공개적으로 프로퍼티

public string[] _stringArray
리턴 string[]

_writeOnlyProperty 공개적으로 프로퍼티

public long _writeOnlyProperty
리턴 long