AnswersSource Constructor |
Overload List
Name | Description | |
---|---|---|
![]() | AnswersSource(IEnumerableFileInfo) |
Constructor that takes a collection of files
|
![]() | AnswersSource(IEnumerableString) |
Constructor that takes a collection of answerset strings
|
![]() | AnswersSource(FileInfo) |
Constructor that takes a single file
|
![]() | AnswersSource(String) |
Constructor that takes a single answerset string
|
![]() | AnswersSource(IEnumerableStream, Boolean) |
Constructor that takes a collection of streams
|
![]() ![]() | AnswersSource(FuncStream, Boolean) |
Constructor that takes a callback
|
![]() | AnswersSource(Stream, Boolean) |
Constructor that takes a single stream
|
See Also