Show / Hide Table of Contents

Class BiogFile.Question

Inheritance
Object
BiogFile.Question
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class Question

Constructors

| Improve this Doc View Source

Question()

Declaration
public Question()

Fields

| Improve this Doc View Source

lines

Declaration
public const int lines = 2
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Answers

Declaration
public List<BiogFile.Answer> Answers { get; }
Property Value
Type Description
List<BiogFile.Answer>
| Improve this Doc View Source

Text

Declaration
public string[] Text { get; }
Property Value
Type Description
String[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX