Property Dependencies
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Dependencies
Dependency array. Compared element-wise with Object.is semantics
(Velvet.ObjectIs.AreEqualDeps(object[], object[])): reference-type elements by identity (a fresh-but-equal record
counts as changed), strings/primitives by value, floats by raw bit pattern. NOT a structural
SequenceEqual — there is no recursion into element contents.
public object?[]? Dependencies { get; init; }
Property Value
- object[]