LogNode Class

Summary

This class encapsulates a <log...> node in the log output.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.XmlSerializationTypes
Base Types
  • object
graph TD Base0["object"]-->Type Type["LogNode"] class Type type-node

Syntax

public class LogNode

Attributes

Type Description
XmlTypeAttribute
EditorBrowsableAttribute

Constructors

Name Summary
LogNode()

Properties

Name Value Summary
LogEntries Collection<T>
Gets the collection of log entries of the log.