Class GeoCoordinate.Ref<T>
Dummy class to allow parameters to be passed by reference to a ASYNC marked method
Inheritance
System.Object
GeoCoordinate.Ref<T>
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class Ref<T> : object
Type Parameters
Name | Description |
---|---|
T |
Remarks
This maybe changed if improvements for parameters in async marked methods in c# 7 and VS2017
Properties
View SourceValue
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |