SharpYaml/doc/html/YamlDotNet.Core.Events/DocumentStart.html

724 строки
39 KiB
HTML
Исходник Постоянная ссылка Обычный вид История

2008-08-26 05:18:10 +04:00
<html>
<head>
<title>YamlDotNet.Core.Events.DocumentStart</title>
2010-06-01 02:07:42 +04:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2008-08-26 05:18:10 +04:00
<style>
2010-06-01 02:07:42 +04:00
a { text-decoration: none }
2008-08-26 05:18:10 +04:00
2010-06-01 02:07:42 +04:00
div.SideBar {
padding-left: 1em;
padding-right: 1em;
right: 0;
float: right;
border: thin solid black;
background-color: #f2f2f2;
}
.CollectionTitle { font-weight: bold }
.PageTitle { font-size: 150%; font-weight: bold }
2008-08-26 05:18:10 +04:00
2010-06-01 02:07:42 +04:00
.Summary { }
.Signature { }
.Remarks { }
.Members { }
.Copyright { }
.Section { font-size: 125%; font-weight: bold }
p.Summary {
margin-left: 1em;
}
.SectionBox { margin-left: 2em }
.NamespaceName { font-size: 105%; font-weight: bold }
.NamespaceSumary { }
.MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
.Subsection { font-size: 105%; font-weight: bold }
.SubsectionBox { margin-left: 2em; margin-bottom: 1em }
.CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
.TypesListing {
border-collapse: collapse;
}
td {
vertical-align: top;
}
th {
text-align: left;
}
.TypesListing td {
margin: 0px;
padding: .25em;
border: solid gray 1px;
}
.TypesListing th {
margin: 0px;
padding: .25em;
background-color: #f2f2f2;
border: solid gray 1px;
}
div.Footer {
border-top: 1px solid gray;
margin-top: 1.5em;
padding-top: 0.6em;
text-align: center;
color: gray;
}
span.NotEntered /* Documentation for this section has not yet been entered */ {
font-style: italic;
color: red;
}
div.Header {
background: #B0C4DE;
border: double;
border-color: white;
border-width: 7px;
padding: 0.5em;
}
div.Header * {
font-size: smaller;
}
div.Note {
}
i.ParamRef {
}
i.subtitle {
}
ul.TypeMembersIndex {
text-align: left;
background: #F8F8F8;
}
ul.TypeMembersIndex li {
display: inline;
margin: 0.5em;
}
table.HeaderTable {
}
table.SignatureTable {
}
table.Documentation, table.Enumeration, table.TypeDocumentation {
border-collapse: collapse;
width: 100%;
}
table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
background: whitesmoke;
padding: 0.8em;
border: 1px solid gray;
text-align: left;
vertical-align: bottom;
}
table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
padding: 0.5em;
border: 1px solid gray;
text-align: left;
vertical-align: top;
}
table.TypeMembers {
border: 1px solid #C0C0C0;
width: 100%;
}
table.TypeMembers tr td {
background: #F8F8F8;
border: white;
}
table.Documentation {
}
table.TypeMembers {
}
div.CodeExample {
width: 100%;
border: 1px solid #DDDDDD;
background-color: #F8F8F8;
}
div.CodeExample p {
margin: 0.5em;
border-bottom: 1px solid #DDDDDD;
}
div.CodeExample div {
margin: 0.5em;
}
h4 {
margin-bottom: 0;
}
div.Signature {
border: 1px solid #C0C0C0;
background: #F2F2F2;
padding: 1em;
}
</style>
<script type="text/JavaScript">
function toggle_display (block) {
var w = document.getElementById (block);
var t = document.getElementById (block + ":toggle");
if (w.style.display == "none") {
w.style.display = "block";
t.innerHTML = "⊟";
} else {
w.style.display = "none";
t.innerHTML = "⊞";
}
}
</script>
2008-08-26 05:18:10 +04:00
</head>
<body>
<div class="CollectionTitle">
2010-06-01 02:07:42 +04:00
<a href="../index.html">YamlDotNet.Core</a> : <a href="index.html">YamlDotNet.Core.Events Namespace</a></div>
<div class="SideBar">
<p>
<a href="#T:YamlDotNet.Core.Events.DocumentStart">Overview</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.DocumentStart:Signature">Signature</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.DocumentStart:Docs">Remarks</a>
</p>
<p>
<a href="#Members">Members</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.DocumentStart:Members">Member Details</a>
</p>
</div>
<h1 class="PageTitle" id="T:YamlDotNet.Core.Events.DocumentStart">DocumentStart Class</h1>
<p class="Summary" id="T:YamlDotNet.Core.Events.DocumentStart:Summary">
2008-08-26 05:18:10 +04:00
Represents a document start event.
</p>
2010-06-01 02:07:42 +04:00
<div id="T:YamlDotNet.Core.Events.DocumentStart:Signature">
<div class="Signature">public class <b>DocumentStart</b> : <a href="../YamlDotNet.Core.Events/ParsingEvent.html">ParsingEvent</a>, <a href="../YamlDotNet.Core.Events/IDocumentStart.html">IDocumentStart</a></div>
2008-08-26 05:18:10 +04:00
</div>
2010-06-01 02:07:42 +04:00
<div class="Remarks" id="T:YamlDotNet.Core.Events.DocumentStart:Docs">
<h4 class="Subsection">
<a href="javascript:toggle_display('T:YamlDotNet.Core.Events.DocumentStart:Docs:Remarks')">
<span id="T:YamlDotNet.Core.Events.DocumentStart:Docs:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="T:YamlDotNet.Core.Events.DocumentStart:Docs:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('T:YamlDotNet.Core.Events.DocumentStart:Docs:Version Information')">
<span id="T:YamlDotNet.Core.Events.DocumentStart:Docs:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="T:YamlDotNet.Core.Events.DocumentStart:Docs:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<h2 class="Section" id="Members">
<a href="javascript:toggle_display('_Members')">
<span id="_Members:toggle"></span> Members</a>
</h2>
<blockquote class="SectionBox" id="_Members">
2008-08-26 05:18:10 +04:00
<p>
2010-06-01 02:07:42 +04:00
See Also: Inherited members from
<a href="../YamlDotNet.Core.Events/ParsingEvent.html">ParsingEvent</a>.
</p>
<h3>
<a href="javascript:toggle_display('Public Constructors')">
<span id="Public Constructors:toggle"></span> Public Constructors</a>
</h3>
<blockquote id="Public Constructors">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.DocumentStart">DocumentStart</a>
</b>()</div>
</td>
<td>
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</td>
2010-06-01 02:07:42 +04:00
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">DocumentStart</a>
</b>(<a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>)</div>
</td>
<td>
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</td>
2010-06-01 02:07:42 +04:00
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean)">DocumentStart</a>
</b>(<a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a>, <a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>)</div>
</td>
<td>
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</td>
2010-06-01 02:07:42 +04:00
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">DocumentStart</a>
</b>(<a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a>, <a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>)</div>
</td>
<td>
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</td>
2010-06-01 02:07:42 +04:00
</tr>
</table>
</div>
</blockquote>
<h3>
<a href="javascript:toggle_display('Public Properties')">
<span id="Public Properties:toggle"></span> Public Properties</a>
</h3>
<blockquote id="Public Properties">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>[read-only]<div></div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.DocumentStart.IsImplicit">IsImplicit</a>
</b>
</td>
<td>
<i>
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
</i>.
2008-08-26 05:18:10 +04:00
Gets a value indicating whether this instance is implicit.
</td>
2010-06-01 02:07:42 +04:00
</tr>
<tr valign="top">
<td>[read-only]<div>override </div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease">NestingIncrease</a>
</b>
</td>
<td>
<i>
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
</i>.
Gets a value indicating the variation of depth caused by this event.
The value can be either -1, 0 or 1. For start events, it will be 1,
for end events, it will be -1, and for the remaining events, it will be 0.
</td>
</tr>
<tr valign="top">
<td>[read-only]<div></div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.DocumentStart.Tags">Tags</a>
</b>
</td>
<td>
<i>
<a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a>
</i>.
2008-08-26 05:18:10 +04:00
Gets the tags.
</td>
2010-06-01 02:07:42 +04:00
</tr>
<tr valign="top">
<td>[read-only]<div></div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.DocumentStart.Version">Version</a>
</b>
</td>
<td>
<i>
<a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a>
</i>.
2008-08-26 05:18:10 +04:00
Gets the version.
</td>
2010-06-01 02:07:42 +04:00
</tr>
</table>
</div>
</blockquote>
<h3>
<a href="javascript:toggle_display('Public Methods')">
<span id="Public Methods:toggle"></span> Public Methods</a>
</h3>
<blockquote id="Public Methods">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>override </div>
</td>
<td colspan="2">
<b>
<a href="#M:YamlDotNet.Core.Events.DocumentStart.ToString">ToString</a>
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote>
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</blockquote></td>
</tr>
</table>
</div>
</blockquote>
</blockquote>
2008-08-26 05:18:10 +04:00
</div>
2010-06-01 02:07:42 +04:00
<div class="Members" id="T:YamlDotNet.Core.Events.DocumentStart:Members">
<h2 class="Section" id="MemberDetails">
<a href="javascript:toggle_display('_MemberDetails')">
<span id="_MemberDetails:toggle"></span> Member Details</a>
</h2>
<blockquote class="SectionBox" id="_MemberDetails">
<h3 id="C:YamlDotNet.Core.Events.DocumentStart">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart:member')">
<span id="C:YamlDotNet.Core.Events.DocumentStart:member:toggle"></span> DocumentStart Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.DocumentStart:member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <b>DocumentStart</b> ()</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart:Remarks')">
<span id="C:YamlDotNet.Core.Events.DocumentStart:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart:Version Information')">
<span id="C:YamlDotNet.Core.Events.DocumentStart:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member:toggle"></span> DocumentStart Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <b>DocumentStart</b> (<a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> start, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> end)</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters:toggle"></span> Parameters</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters">
2008-08-26 05:18:10 +04:00
<dl>
<dt>
<i>start</i>
</dt>
<dd>The start position of the event.</dd>
<dt>
<i>end</i>
</dt>
<dd>The end position of the event.</dd>
</dl>
2010-06-01 02:07:42 +04:00
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean)">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):member')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):member:toggle"></span> DocumentStart Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <b>DocumentStart</b> (<a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a> version, <a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a> tags, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> isImplicit)</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Parameters')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Parameters:toggle"></span> Parameters</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Parameters">
2008-08-26 05:18:10 +04:00
<dl>
<dt>
<i>version</i>
</dt>
<dd>The version.</dd>
<dt>
<i>tags</i>
</dt>
<dd>The tags.</dd>
<dt>
<i>isImplicit</i>
</dt>
<dd>Indicates whether the event is implicit.</dd>
</dl>
2010-06-01 02:07:42 +04:00
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Remarks')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Version Information')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean):Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member:toggle"></span> DocumentStart Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/DocumentStart.html">YamlDotNet.Core.Events.DocumentStart</a> class.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <b>DocumentStart</b> (<a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a> version, <a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a> tags, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> isImplicit, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> start, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> end)</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters:toggle"></span> Parameters</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters">
2008-08-26 05:18:10 +04:00
<dl>
<dt>
<i>version</i>
</dt>
<dd>The version.</dd>
<dt>
<i>tags</i>
</dt>
<dd>The tags.</dd>
<dt>
<i>isImplicit</i>
</dt>
<dd>Indicates whether the event is implicit.</dd>
<dt>
<i>start</i>
</dt>
<dd>The start position of the event.</dd>
<dt>
<i>end</i>
</dt>
<dd>The end position of the event.</dd>
</dl>
2010-06-01 02:07:42 +04:00
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information')">
<span id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.DocumentStart(YamlDotNet.Core.Tokens.VersionDirective,YamlDotNet.Core.TagDirectiveCollection,System.Boolean,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:member')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:member:toggle"></span> IsImplicit Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Gets a value indicating whether this instance is implicit.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>IsImplicit</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Value')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Value">
<tt>true</tt> if this instance is implicit; otherwise, <tt>false</tt>.
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Remarks')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Version Information')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.IsImplicit:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:member')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:member:toggle"></span> NestingIncrease Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:member">
<p class="Summary">
Gets a value indicating the variation of depth caused by this event.
The value can be either -1, 0 or 1. For start events, it will be 1,
for end events, it will be -1, and for the remaining events, it will be 0.
</p>
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>NestingIncrease</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Value')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Value">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Remarks')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Version Information')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.NestingIncrease:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.DocumentStart.Tags">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Tags:member')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Tags:member:toggle"></span> Tags Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.DocumentStart.Tags:member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Gets the tags.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <a href="../YamlDotNet.Core/TagDirectiveCollection.html">YamlDotNet.Core.TagDirectiveCollection</a> <b>Tags</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Tags:Value')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Value">The tags.</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Tags:Remarks')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Tags:Version Information')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Tags:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="M:YamlDotNet.Core.Events.DocumentStart.ToString">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.DocumentStart.ToString:member')">
<span id="M:YamlDotNet.Core.Events.DocumentStart.ToString:member:toggle"></span> ToString Method</a>
</h3>
<blockquote id="M:YamlDotNet.Core.Events.DocumentStart.ToString:member">
<p class="Summary">
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</p>
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>ToString</b> ()</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.DocumentStart.ToString:Returns')">
<span id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Returns:toggle"></span> Returns</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Returns">
A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.DocumentStart.ToString:Remarks')">
<span id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.DocumentStart.ToString:Version Information')">
<span id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.DocumentStart.ToString:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.DocumentStart.Version">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Version:member')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Version:member:toggle"></span> Version Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.DocumentStart.Version:member">
<p class="Summary">
2008-08-26 05:18:10 +04:00
Gets the version.
</p>
2010-06-01 02:07:42 +04:00
<div class="Signature">public <a href="../YamlDotNet.Core.Tokens/VersionDirective.html">YamlDotNet.Core.Tokens.VersionDirective</a> <b>Version</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Version:Value')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Version:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Version:Value">The version.</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Version:Remarks')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Version:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Version:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.DocumentStart.Version:Version Information')">
<span id="P:YamlDotNet.Core.Events.DocumentStart.Version:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.DocumentStart.Version:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
</blockquote>
2008-08-26 05:18:10 +04:00
</div>
<hr size="1" />
<div class="Copyright">
</div>
</body>
</html>