ProgrammingLanguageDto Structure

A data transfer object for a programming language

Definition

Namespace: spider.Dtos
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
public struct ProgrammingLanguageDto
Inheritance
Object    ValueType    ProgrammingLanguageDto

Constructors

ProgrammingLanguageDtoInitializes a new instance of the ProgrammingLanguageDto class

Properties

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also