Show / Hide Table of Contents

Class GeoCoordinate.Ref<T>

Dummy class to allow parameters to be passed by reference to a ASYNC marked method

Inheritance
object
GeoCoordinate.Ref<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoCoordinate.Ref<T>
Type Parameters
Name Description
T
Remarks

This maybe changed if improvements for parameters in async marked methods in c# 7 and VS2017

Properties

View Source

Value

Declaration
public T Value { get; set; }
Property Value
Type Description
T
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited