Flatwhite.Provider.EmptyContextProvider.GetContext C# (CSharp) 메소드

GetContext() 공개 메소드

public GetContext ( ) : object>.IDictionary
리턴 object>.IDictionary
        public IDictionary<string, object> GetContext()
        {
            return new Dictionary<string, object>();
        }
    }
EmptyContextProvider