Class SelectionTypeInfo
- Namespace
- BlazOrbit.Abstractions
- Assembly
- BlazOrbit.Core.dll
public sealed class SelectionTypeInfo
- Inheritance
-
object
SelectionTypeInfo
Constructors
SelectionTypeInfo(Type)
public SelectionTypeInfo(Type valueType)
Parameters
valueType Type
Properties
ElementType
public Type ElementType { get; }
Property Value
- Type
IsMultiple
public bool IsMultiple { get; }
Property Value
- bool
ValueType
public Type ValueType { get; }
Property Value
- Type
Methods
ContainsValue(object?, object?)
public bool ContainsValue(object? collection, object? value)
Parameters
collection object
value object
Returns
- bool
CreateValue<TValue>(IEnumerable<object>)
public TValue CreateValue<TValue>(IEnumerable<object> values)
Parameters
values IEnumerable<object>
Returns
- TValue
Type Parameters
TValue
public IEnumerable<object> ExtractValues(object? value)
Parameters
value object
Returns
- IEnumerable<object>
ValuesEqual(object?, object?)
public bool ValuesEqual(object? a, object? b)
Parameters
a object
b object
Returns
- bool