C# Class ObjectFormatterFixtures.InvalidRecursiveProxy.Proxy

ファイルを表示 Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Properties

Property Type Description
p Node
x int
y int

Public Methods

Method Description
Proxy ( ) : System
Proxy ( Node c ) : System

Method Details

Proxy() public method

public Proxy ( ) : System
return System

Proxy() public method

public Proxy ( Node c ) : System
c Node
return System

Property Details

p public_oe property

public Node p
return Node

x public_oe property

public int x
return int

y public_oe property

public int y
return int