C# Class UnitTests.ScriptEngineTests.TestStruct

显示文件 Open project: paulbartrum/jurassic

Public Properties

Property Type Description
value int

Public Methods

Method Description
Add ( TestStruct a, TestStruct b ) : TestStruct
Add ( int delta ) : void
TestStruct ( TestStruct value ) : System
TestStruct ( int value ) : System
ToString ( ) : string

Method Details

Add() public static method

public static Add ( TestStruct a, TestStruct b ) : TestStruct
a TestStruct
b TestStruct
return TestStruct

Add() public method

public Add ( int delta ) : void
delta int
return void

TestStruct() public method

public TestStruct ( TestStruct value ) : System
value TestStruct
return System

TestStruct() public method

public TestStruct ( int value ) : System
value int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

value public_oe property

public int value
return int