Summer.Batch.Core.Unity.Injection.Position Struct Reference

Represents the position of a node in the configuration. More...

Public Member Functions

 Position (int start, int end)
 Custom constructor using fields. More...
 

Properties

int Start [get]
 The first index of the node. More...
 
int End [get]
 The index after the last character of the node. More...
 

Detailed Description

Represents the position of a node in the configuration.

Constructor & Destructor Documentation

Summer.Batch.Core.Unity.Injection.Position.Position ( int  start,
int  end 
)

Custom constructor using fields.

Parameters
start
end

Property Documentation

int Summer.Batch.Core.Unity.Injection.Position.End
get

The index after the last character of the node.

int Summer.Batch.Core.Unity.Injection.Position.Start
get

The first index of the node.


The documentation for this struct was generated from the following file:
  • Summer.Batch.Core/Core/Unity/Injection/LateBindingConfigurationParser.cs