protected void ReportArtifact(CodeLineArtifact artifact)
 {
     artifact.BlockInfo.CodeLines.Add(artifact);
     artifactReporter(artifact);
 }
 public ArtifactLanguageBlock(CodeLineArtifact a, IContentType contentType)
     : base(a)
 {
     ContentType = contentType;
 }
예제 #3
0
 protected void ReportArtifact(CodeLineArtifact artifact)
 {
     artifact.BlockInfo.CodeLines.Add(artifact);
     artifactReporter(artifact);
 }
예제 #4
0
 public ArtifactLanguageBlock(CodeLineArtifact a, IContentType contentType)
     : base(a)
 {
     ContentType = contentType;
 }