Click or drag to resize

StiCodeRegionEnd Class

Addition to the code generator is used to describe the construction #endregion.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiCodeRegionEnd : CodeCommentStatement

The StiCodeRegionEnd type exposes the following members.

Constructors
  NameDescription
Public methodStiCodeRegionEnd
Initializes a new instance of the StiCodeRegionEnd class
Public methodStiCodeRegionEnd(String)
Initializes a new instance of the StiCodeRegionEnd class
Top
Properties
  NameDescription
Public propertyComment
Gets or sets the contents of the comment.
(Inherited from CodeCommentStatement.)
Public propertyEndDirectives
Gets a CodeDirectiveCollection object that contains end directives.
(Inherited from CodeStatement.)
Public propertyLinePragma
Gets or sets the line on which the code statement occurs.
(Inherited from CodeStatement.)
Public propertyStartDirectives
Gets a CodeDirectiveCollection object that contains start directives.
(Inherited from CodeStatement.)
Public propertyText
Public propertyUserData
Gets the user-definable data for the current object.
(Inherited from CodeObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also