Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public abstract void AppendData( Guid guid, string filename, Stream stream ) |
| Visual Basic |
|---|
Public MustOverride Sub AppendData ( _ guid As Guid, _ filename As String, _ stream As Stream _ ) |
| Visual C++ |
|---|
public: virtual void AppendData( Guid guid, String^ filename, Stream^ stream ) abstract |
Parameters
- guid
- Type: System..::..Guid
- filename
- Type: System..::..String
- stream
- Type: System.IO..::..Stream