This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
CodeClassDelegate Members
Public:
Constructor
Properties
Attributes (inherited from CodeClass) |
Overloaded. [To be supplied.] |
BaseTypes (inherited from CodeClass) |
Gets or sets the base types of the class. |
CustomAttributes (inherited from CodeClassMember) |
The custom attributes of the member. |
IsClass (inherited from CodeClass) |
Gets whether the class is a class. |
IsEnum (inherited from CodeClass) |
Gets whether the class is an enum. |
IsInterface (inherited from CodeClass) |
Gets whether the class is an interface. |
IsStruct (inherited from CodeClass) |
Gets whether the class is a struct. |
LinePragma (inherited from CodeStatement) |
The line the statement occurs on. |
Members (inherited from CodeClass) |
Gets or sets the class member collection members. |
Name (inherited from CodeClassMember) |
The name of the member. |
Parameters |
The parameters of the delegate. |
ReturnType |
Gets or sets the return type of the delegate. |
Methods
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
CodeClassDelegate Class | System.CodeDOM Namespace