Skip to content

Commit

Permalink
Closed #96
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Feb 8, 2019
1 parent 57ddd27 commit f67d75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dependency/Injection/Abstracts/InjectionMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ protected InjectionMember(TMemberInfo info, TData data)

public abstract IEnumerable<TMemberInfo> DeclaredMembers(Type type);

public bool IsInitialized => null != Selection;

#endregion


Expand Down

0 comments on commit f67d75c

Please sign in to comment.