Difference between revisions of "Dice/PbP/RollPost/RollPost ()"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost Constructor ()}} Constructs a new, empty RollPost. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public RollPost() </syntaxhighlight> == Remarks == This...") |
(No difference)
|
Latest revision as of 22:55, 27 April 2017
Constructs a new, empty RollPost.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public RollPost()
Remarks
This represents a new post being made. If editing an existing post, the RollPost should be constructed via deserializing the old RollPost stored in the database or other storage medium.