Table of Contents

Class GrpcInt

Namespace
LinqToDB.Remote.Grpc.Dto
Assembly
linq2db.Remote.Grpc.dll
[DataContract]
public class GrpcInt
Inheritance
GrpcInt

Properties

Value

[DataMember(Order = 1)]
public int Value { get; set; }

Property Value

int

Operators

implicit operator int(GrpcInt)

public static implicit operator int(GrpcInt a)

Parameters

a GrpcInt

Returns

int

implicit operator GrpcInt(int)

public static implicit operator GrpcInt(int a)

Parameters

a int

Returns

GrpcInt