Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
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.
public NStringIndents(System.String sIndentString) Custom Attributes: Description:
private System.String m_IndentString Custom Attributes: Description:
private System.Collections.Specialized.StringCollection m_Inner Custom Attributes: Description:
public System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
public System.String IndentString {get;}
Custom Attributes:
Description:
public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized
Custom Attributes:
Description:
public System.String this[System.Int32 index] {get;}
Custom Attributes:
Description:
public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot
Custom Attributes:
Description:
public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo Custom Attributes: Description:
private void EnsureMaxIndex(System.Int32 newMaxIndex) Custom Attributes: Description:
public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
Gregor.Core.DescriptionAttribute
System.Collections.Specialized.StringCollection
System.Reflection.DefaultMemberAttribute
System.Collections.ICollection
System.Collections.IEnumerable