Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Un nombre en chiffres romains.

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public struct Roman : IComparable, IConvertible, 
	IComparable<Roman>, IEquatable<Roman>
Visual Basic (Declaration)
Public Structure Roman _
	Implements IComparable, IConvertible, IComparable(Of Roman),  _
	IEquatable(Of Roman)
Visual C++
public value class Roman : IComparable, 
	IConvertible, IComparable<Roman>, IEquatable<Roman>

See Also