C# Class Standard.PROPVARIANT

Inheritance: IDisposable
Mostrar archivo Open project: MahApps/MahApps.Metro Class Usage Examples

Private Properties

Property Type Description
Dispose void
GetValue string
SetValue void

Public Methods

Method Description
Clear ( ) : void
Dispose ( ) : void
SetValue ( bool f ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
GetValue ( ) : string
SetValue ( string val ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

SetValue() public method

public SetValue ( bool f ) : void
f bool
return void