< Dice‎ | PbP‎ | RollPost
Revision as of 22:55, 27 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|RollPost Constructor ()}} Constructs a new, empty RollPost. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public RollPost() </syntaxhighlight> == Remarks == This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RollPost Constructor ()

From DiceRoller Documentation

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.