Definition
Assembly: CloudNimble.Breakdance.Assemblies.dll Namespace: CloudNimble.Breakdance.Assemblies Inheritance: System.ObjectSyntax
Constructors
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
classDefinition | string | - |
attributes | System.Collections.Generic.List<string> | - |
members | System.Collections.Generic.List<CloudNimble.Breakdance.Assemblies.MemberDefinition> | - |
.ctor Inherited
Inherited from
objectSyntax
Properties
Attributes
A List`1 containging the full name of each attribute on the type.Syntax
Property Value
Type:System.Collections.Generic.List<string>
Members
Syntax
Property Value
Type:System.Collections.Generic.List<CloudNimble.Breakdance.Assemblies.MemberDefinition>
TypeName
The full name of the type member in question.Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?