Definition
Assembly: CloudNimble.Breakdance.Assemblies.dll Namespace: CloudNimble.Breakdance.Assemblies Inheritance: System.ObjectSyntax
Summary
Allows for the storage of metadata information for a specific type member.Constructors
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
member | string | - |
attributes | System.Collections.Generic.List<string> | - |
.ctor Inherited
Inherited from
objectSyntax
Properties
Attributes
A List`1 containing the full name of each attribute on the type member.Syntax
Property Value
Type:System.Collections.Generic.List<string>
MemberName
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?