Class CodeSampleBlock
Inheritance
System.Object
CodeSampleBlock
Namespace: LymeTemplateApi.Models.Api
Assembly: LymeTemplateApi.Models.dll
Syntax
public class CodeSampleBlock : object
Properties
Filename
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Language
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TheCode
Declaration
public string TheCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |