Class ExtensiblePropertyContainer
Common implementation of IExtensiblePropertyContainer
Inheritance
ExtensiblePropertyContainer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class ExtensiblePropertyContainer : IExtensiblePropertyContainer
Remarks
This class implements IExtensiblePropertyContainer through an internal Dictionary<TKey,TValue>
Methods
AddExtendedPropertyValue(String, Object) | Adds a value to the container |
TryGetExtendedPropertyValue<T>(String, out T) | Try to get a value from the container |