Generated by DocFX

Class NFTDataContext

NFT shared data context

Inheritance
System.Object
NFTDataContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT
Assembly: VEDriversLite.dll
Syntax
public static class NFTDataContext

Properties

| Improve this Doc View Source

Tags

All loaded apps in instance

Declaration
public static ConcurrentDictionary<string, Tag> Tags { get; set; }
Property Value
Type Description
System.Collections.Concurrent.ConcurrentDictionary<System.String, Tag>