C# Class Xml.Net.Tests.PrimitiveObject

Afficher le fichier Open project: hughbe/xml.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PrimitiveObject() public méthode

public PrimitiveObject ( ) : System
Résultat System

PrimitiveObject() public méthode

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
Résultat System