Méthode | Description | |
---|---|---|
AddComment ( |
||
BlogPost ( ) : System | ||
BlogPost ( string title, string content ) : System | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
public AddComment ( |
||
comment | ||
Résultat | void |
public BlogPost ( string title, string content ) : System | ||
title | string | |
content | string | |
Résultat | System |