C# Class ConsoleApplication1.VariableDoubleArgument

Inheritance: VariableArgument
Exibir arquivo Open project: ChrisEelmaa/StackOverflow

Public Methods

Method Description
GetSize ( ) : int
VariableDoubleArgument ( double value ) : System
Write ( IntPtr buffer ) : IDisposable

Method Details

GetSize() public method

public GetSize ( ) : int
return int

VariableDoubleArgument() public method

public VariableDoubleArgument ( double value ) : System
value double
return System

Write() public method

public Write ( IntPtr buffer ) : IDisposable
buffer System.IntPtr
return IDisposable