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.]

Représente un volume en gallons impériaux

Espace de nom : Developpez.Dotnet.Measures
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public struct Gallon : IVolume, IComparable<Gallon>, 
	IEquatable<Gallon>, IFormattable
Visual Basic (Déclaration)
Public Structure Gallon _
	Implements IVolume, IComparable(Of Gallon),  _
	IEquatable(Of Gallon), IFormattable
Visual C++
public value class Gallon : IVolume, 
	IComparable<Gallon>, IEquatable<Gallon>, IFormattable

Voir aussi