Skip to main content

Struct CoreFunctionType

Assembly: WaaS.Core.dll
View Source
Declaration
public readonly struct CoreFunctionType : ICoreTypeDefinition, IUnresolved<ICoreType>, ICoreType, ICoreSorted, ISortedExportable, ISorted, IEquatable<CoreFunctionType>

Implements:
WaaS.ComponentModel.Models.ICoreTypeDefinition, WaaS.ComponentModel.Models.IUnresolved<T>, WaaS.ComponentModel.Runtime.ICoreType, WaaS.ComponentModel.Runtime.ICoreSorted, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted, System.IEquatable<WaaS.ComponentModel.Models.CoreFunctionType>

Properties

Type

View Source
Declaration
public FunctionType Type { get; }

Methods

ResolveFirstTime(IInstantiationContext)

View Source
Declaration
public ICoreType ResolveFirstTime(IInstantiationContext context)
Returns

WaaS.ComponentModel.Runtime.ICoreType

Parameters
TypeName
WaaS.ComponentModel.Runtime.IInstantiationContextcontext

Equals(CoreFunctionType)

Indicates whether the current object is equal to another object of the same type.

View Source
Declaration
public bool Equals(CoreFunctionType other)
Returns

System.Boolean: true if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, false.

Parameters
TypeNameDescription
WaaS.ComponentModel.Models.CoreFunctionTypeotherAn object to compare with this object.

Equals(object)

Indicates whether this instance and a specified object are equal.

View Source
Declaration
public override bool Equals(object obj)
Returns

System.Boolean: true if <code class="paramref">obj</code> and this instance are the same type and represent the same value; otherwise, false.

Parameters
TypeNameDescription
System.ObjectobjThe object to compare with the current instance.

GetHashCode()

Returns the hash code for this instance.

View Source
Declaration
public override int GetHashCode()
Returns

System.Int32: A 32-bit signed integer that is the hash code for this instance.

Implements