C# Class System.ComponentModel.Design.DesignerVerbCollection

Inheritance: System.Collections.CollectionBase
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( DesignerVerb value ) : int

[To be supplied.]

AddRange ( DesignerVerb value ) : void

[To be supplied.]

AddRange ( DesignerVerbCollection value ) : void

[To be supplied.]

Contains ( DesignerVerb value ) : bool

[To be supplied.]

CopyTo ( DesignerVerb array, int index ) : void

[To be supplied.]

DesignerVerbCollection ( ) : System

[To be supplied.]

DesignerVerbCollection ( DesignerVerb value ) : System

[To be supplied.]

IndexOf ( DesignerVerb value ) : int

[To be supplied.]

Insert ( int index, DesignerVerb value ) : void

[To be supplied.]

Remove ( DesignerVerb value ) : void

[To be supplied.]

this ( int index ) : DesignerVerb

[To be supplied.]

Protected Methods

Method Description
OnClear ( ) : void

[To be supplied.]

OnInsert ( int index, object value ) : void

[To be supplied.]

OnRemove ( int index, object value ) : void

[To be supplied.]

OnSet ( int index, object oldValue, object newValue ) : void

[To be supplied.]

OnValidate ( object value ) : void

[To be supplied.]

Method Details

Add() public method

[To be supplied.]

public Add ( DesignerVerb value ) : int
value DesignerVerb
return int

AddRange() public method

[To be supplied.]

public AddRange ( DesignerVerb value ) : void
value DesignerVerb
return void

AddRange() public method

[To be supplied.]

public AddRange ( DesignerVerbCollection value ) : void
value DesignerVerbCollection
return void

Contains() public method

[To be supplied.]

public Contains ( DesignerVerb value ) : bool
value DesignerVerb
return bool

CopyTo() public method

[To be supplied.]

public CopyTo ( DesignerVerb array, int index ) : void
array DesignerVerb
index int
return void

DesignerVerbCollection() public method

[To be supplied.]

public DesignerVerbCollection ( ) : System
return System

DesignerVerbCollection() public method

[To be supplied.]

public DesignerVerbCollection ( DesignerVerb value ) : System
value DesignerVerb
return System

IndexOf() public method

[To be supplied.]

public IndexOf ( DesignerVerb value ) : int
value DesignerVerb
return int

Insert() public method

[To be supplied.]

public Insert ( int index, DesignerVerb value ) : void
index int
value DesignerVerb
return void

OnClear() protected method

[To be supplied.]

protected OnClear ( ) : void
return void

OnInsert() protected method

[To be supplied.]

protected OnInsert ( int index, object value ) : void
index int
value object
return void

OnRemove() protected method

[To be supplied.]

protected OnRemove ( int index, object value ) : void
index int
value object
return void

OnSet() protected method

[To be supplied.]

protected OnSet ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
return void

OnValidate() protected method

[To be supplied.]

protected OnValidate ( object value ) : void
value object
return void

Remove() public method

[To be supplied.]

public Remove ( DesignerVerb value ) : void
value DesignerVerb
return void

this() public method

[To be supplied.]

public this ( int index ) : DesignerVerb
index int
return DesignerVerb