C# Class AssemblyCSharp.RX_Card

显示文件 Open project: applexiaohao/RXCardGame Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( RX_Card sender ) : bool
RX_Card ( ) : System
RX_Card ( int index ) : System
SetIndex ( int index ) : void
ToString ( ) : string

Method Details

Equals() public method

public Equals ( RX_Card sender ) : bool
sender RX_Card
return bool

RX_Card() public method

public RX_Card ( ) : System
return System

RX_Card() public method

public RX_Card ( int index ) : System
index int
return System

SetIndex() public method

public SetIndex ( int index ) : void
index int
return void

ToString() public method

public ToString ( ) : string
return string