C# Class System.ComponentModel.Design.Serialization.SerializationStore

Inheritance: IDisposable
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Save ( Stream stream ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
IDisposable ( ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Save() public abstract method

public abstract Save ( Stream stream ) : void
stream System.IO.Stream
return void