[Gregor.Core.NStringIndents]

Gregor.Core.NStringIndents

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.NStringIndents

: System.Object, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item"), Gregor.Core.Description(Text=...)

Description: Dynamic lookup table for indentation strings.


Members

NStringIndents

public NStringIndents(System.String sIndentString)

Custom Attributes: 

Description: 

m_IndentString

private System.String m_IndentString

Custom Attributes: 

Description: 

m_Inner

private System.Collections.Specialized.StringCollection m_Inner

Custom Attributes: 

Description: 

Count

public System.Int32 Count {get;} // System.Collections.ICollection.Count

Custom Attributes: 

Description: 

IndentString

public System.String IndentString {get;}

Custom Attributes: 

Description: 

IsSynchronized

public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized

Custom Attributes: 

Description: 

this

public System.String this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

SyncRoot

public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot

Custom Attributes: 

Description: 

CopyTo

public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo

Custom Attributes: 

Description: 

EnsureMaxIndex

private void EnsureMaxIndex(System.Int32 newMaxIndex)

Custom Attributes: 

Description: 

GetEnumerator

public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 


See Also

Gregor.Core.DescriptionAttribute

System.Array

System.Collections.Specialized.StringCollection

System.Object

System.Reflection.DefaultMemberAttribute

System.String

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void