Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Class Referencesealed

Classes

class  WrappedPropertyDescriptor
 

Public Member Functions

void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int IndexOf (DesignerOptionCollection value)
 
bool ShowDialog ()
 
int Add (object? value)
 
bool Contains (object? value)
 
int IndexOf (object? value)
 
void Insert (int index, object? value)
 
void Remove (object? value)
 

Package Functions

 DesignerOptionCollection (DesignerOptionService service, DesignerOptionCollection parent, string name, object value)
 

Properties

int Count [get]
 
string Name [get]
 
DesignerOptionCollectionParent [get]
 
PropertyDescriptorCollection Properties [get]
 
DesignerOptionCollectionthis[int index] [get]
 
DesignerOptionCollectionthis[string name] [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 
bool IList. IsReadOnly [get]
 
object? IList. this[int index] [get, set]
 

Private Member Functions

void EnsurePopulated ()
 
int IList. Add (object value)
 
void IList. Clear ()
 
bool IList. Contains (object value)
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 
void IList. RemoveAt (int index)
 

Static Private Member Functions

static object RecurseFindValue (DesignerOptionCollection options)
 

Private Attributes

readonly DesignerOptionService _service
 
readonly object _value
 
ArrayList _children
 
PropertyDescriptorCollection _properties
 

Detailed Description

Definition at line 11 of file DesignerOptionService.cs.


The documentation for this class was generated from the following file: