[Missing <summary> documentation for "M:TinCan.ILRS.SaveStatements(System.Collections.Generic.List{TinCan.Statement})"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
StatementsResultLRSResponse SaveStatements(
	List<Statement> statements
)
Visual Basic
Function SaveStatements ( 
	statements As List(Of Statement)
) As StatementsResultLRSResponse
Visual C++
StatementsResultLRSResponse^ SaveStatements(
	List<Statement^>^ statements
)
F#
abstract SaveStatements : 
        statements : List<Statement> -> StatementsResultLRSResponse 

Parameters

statements
Type: System.Collections.Generic..::..List<(Of <(<'Statement>)>)>

[Missing <param name="statements"/> documentation for "M:TinCan.ILRS.SaveStatements(System.Collections.Generic.List{TinCan.Statement})"]

Return Value

Type: StatementsResultLRSResponse

[Missing <returns> documentation for "M:TinCan.ILRS.SaveStatements(System.Collections.Generic.List{TinCan.Statement})"]

See Also