C# 클래스 ObjectFormatterFixtures.ComplexProxy

상속: ComplexProxyBase
파일 보기 프로젝트 열기: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

공개 프로퍼티들

프로퍼티 타입 설명
_12_public int
_28 C
_36 object

보호된 프로퍼티들

프로퍼티 타입 설명
_14_protected int

Private Properties

프로퍼티 타입 설명
F1 int
F2 int
ReturnVoid void
goo int

공개 메소드들

메소드 설명
ComplexProxy ( ) : System
ComplexProxy ( object b ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
F1 ( int a ) : int
F2 ( short a ) : int
ReturnVoid ( ) : void
goo ( ) : int

메소드 상세

ComplexProxy() 공개 메소드

public ComplexProxy ( ) : System
리턴 System

ComplexProxy() 공개 메소드

public ComplexProxy ( object b ) : System
b object
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_12_public 공개적으로 프로퍼티

public int _12_public
리턴 int

_14_protected 보호되어 있는 프로퍼티

protected int _14_protected
리턴 int

_28 공개적으로 프로퍼티

public C,ObjectFormatterFixtures _28
리턴 C

_36 공개적으로 프로퍼티

public object _36
리턴 object