Show / Hide Table of Contents

Class ViewController.ToBsonDelegate

Inheritance
System.Object
ViewController.ToBsonDelegate
Namespace: Eco.Shared.View
Assembly: Eco.Shared.dll
Syntax
public sealed class ToBsonDelegate : MulticastDelegate

Constructors

ToBsonDelegate(Object, IntPtr)

Declaration
public ToBsonDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, in BsonSerializationContext, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object obj, in BsonSerializationContext context, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object obj
BsonSerializationContext context
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(in BsonSerializationContext, IAsyncResult)

Declaration
public virtual BSONValue EndInvoke(in BsonSerializationContext context, IAsyncResult result)
Parameters
Type Name Description
BsonSerializationContext context
System.IAsyncResult result
Returns
Type Description
BSONValue

Invoke(Object, in BsonSerializationContext)

Declaration
public virtual BSONValue Invoke(object obj, in BsonSerializationContext context)
Parameters
Type Name Description
System.Object obj
BsonSerializationContext context
Returns
Type Description
BSONValue

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾