WrapperFactory Delegate

Namespace
LitJson
Interfaces
  • ICloneable
  • ISerializable
Base Types
  • object
  • Delegate
  • MulticastDelegate
graph TD Base0["MulticastDelegate"]-->Type Base1["Delegate"]-->Base0 Base2["object"]-->Base1 Interface0["ICloneable"]-.->Type Interface1["ISerializable"]-.->Type Type["WrapperFactory"] class Type type-node

Syntax

public delegate IJsonWrapper WrapperFactory() : MulticastDelegate, ICloneable, ISerializable

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate