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 US

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 USGallon : IVolume, IComparable<USGallon>, 
	IEquatable<USGallon>, IFormattable
Visual Basic (Déclaration)
Public Structure USGallon _
	Implements IVolume, IComparable(Of USGallon),  _
	IEquatable(Of USGallon), IFormattable
Visual C++
public value class USGallon : IVolume, 
	IComparable<USGallon>, IEquatable<USGallon>, IFormattable

Voir aussi