AvalonEdit
NewFolding Class
NamespacesICSharpCode.AvalonEdit.FoldingNewFolding
Helper class used for UpdateFoldings(IEnumerable<(Of <<'(NewFolding>)>>), Int32).
Declaration Syntax
C#Visual BasicVisual C++
public class NewFolding : ISegment
Public Class NewFolding _
	Implements ISegment
public ref class NewFolding : ISegment
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NewFolding()()()()
Creates a new NewFolding instance.

NewFolding(Int32, Int32)
Creates a new NewFolding instance.

Contains(ISegment, Int32, Int32)
Gets whether segment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
Contains(ISegment, ISegment)
Gets whether thisSegment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
DefaultClosed
Gets/Sets whether the folding is closed by default.

EndOffset
Gets/Sets the end offset.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsDefinition
Gets/Sets whether the folding is considered to be a definition. This has an effect on the 'Show Definitions only' command.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets/Sets the name displayed for the folding.

StartOffset
Gets/Sets the start offset.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NewFolding

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238