Interface IVisitPrimitives
Implement this interface to intercept the visitation of any primitive type.
Inherited Members
Namespace: Unity.Properties.Adapters
Syntax
public interface IVisitPrimitives : IVisit<sbyte>, IVisit<short>, IVisit<int>, IVisit<long>, IVisit<byte>, IVisit<ushort>, IVisit<uint>, IVisit<ulong>, IVisit<float>, IVisit<double>, IVisit<bool>, IVisit<char>, IPropertyVisitorAdapter