Property public class Property Documentation public object Key { get; } public object Value { get; } public Property(object key, object value) public static PropertyKey ForKey(string key) public static PropertyKey ForKey(Type key) public static PropertyKey ForKey<TKey>() public static Dependency op_Implicit(Property item)