C# Class Xml.Net.Tests.PrimitiveObject

Mostra file Open project: hughbe/xml.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PrimitiveObject ( ) : System
PrimitiveObject ( string s, char c, sbyte i8, short i16, int i32, long i64, byte u8, ushort u16, uint u32, ulong u64, float f, double d, decimal dec, bool b, System.DateTime dt ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PrimitiveObject() public method

public PrimitiveObject ( ) : System
return System

PrimitiveObject() public method

public PrimitiveObject ( string s, char c, sbyte i8, short i16, int i32, long i64, byte u8, ushort u16, uint u32, ulong u64, float f, double d, decimal dec, bool b, System.DateTime dt ) : System
s string
c char
i8 sbyte
i16 short
i32 int
i64 long
u8 byte
u16 ushort
u32 uint
u64 ulong
f float
d double
dec decimal
b bool
dt System.DateTime
return System