C# Class Mono.Debugger.SourceBuffer

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
SourceBuffer ( string name, ICollection contents ) : System
SourceBuffer ( string name, string contents ) : System

Method Details

SourceBuffer() public méthode

public SourceBuffer ( string name, ICollection contents ) : System
name string
contents ICollection
Résultat System

SourceBuffer() public méthode

public SourceBuffer ( string name, string contents ) : System
name string
contents string
Résultat System