Skip to content

Commit

Permalink
remove hasvalue from lazyrow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAdam committed Apr 3, 2021
1 parent aeb1b3e commit 935f7fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Lumina/Excel/LazyRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ public T Value
/// </summary>
public ExcelRow RawRow => Value;

/// <summary>
/// Checks whether something has loaded successfully.
/// </summary>
/// <remarks>
/// If something fails to load, this will still be false regardless.
/// </remarks>
[Obsolete( "Use IsValueCreated instead - HasValue is too ambiguous" )]
public bool HasValue => _value != null;


/// <summary>
/// Checks whether something has loaded successfully.
/// </summary>
Expand Down

0 comments on commit 935f7fa

Please sign in to comment.