ProblemPart.ProblemPart C# (CSharp) Method

ProblemPart() public method

public ProblemPart ( Senseix newAtom ) : System
newAtom Senseix
return System
    public ProblemPart(Senseix.Message.Atom.Atom newAtom)
    {
        atom = newAtom;
    }

Same methods

ProblemPart::ProblemPart ( string textContent ) : System
ProblemPart::ProblemPart ( string filename, bool isPretty ) : System