C# Class ConsoleApplication1.VariableArgument

显示文件 Open project: ChrisEelmaa/StackOverflow Class Usage Examples

Protected Properties

Property Type Description
SentinelDisposable IDisposable

Public Methods

Method Description
GetSize ( ) : int
Write ( IntPtr buffer ) : IDisposable

Method Details

GetSize() public method

public GetSize ( ) : int
return int

Write() public abstract method

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

Property Details

SentinelDisposable protected_oe static_oe property

protected static IDisposable SentinelDisposable
return IDisposable