Interface IObjectValue Namespace: Estrelica.Archer.Content Assembly: Estrelica.Interfaces.dll Syntax [StayPublic] [DoNotObfuscateType] public interface IObjectValue Properties AsObject Declaration object AsObject { get; } Property Value object HasValue Declaration bool HasValue { get; } Property Value bool Extension Methods EnumHelper.In<TEnum>(TEnum, params TEnum[]) IEnumerableExtensions.ToEnumerable<T>(T) StringExtensions.AssertNotNull<T>(T, string) TypeExtensions.WithDispose<T, V>(T, Func<T, V>) EnumHelper.CastNullable<TEnum>(object) TypeExtensions.ConvertTo<V>(object) TypeExtensions.TryConvert<V>(object, out V)