Catel.IoC.ServiceLocator.ServiceInfo.ServiceInfo C# (CSharp) Method

ServiceInfo() public method

public ServiceInfo ( Type type, object tag ) : System
type System.Type
tag object
return System
            public ServiceInfo(Type type, object tag)
            {
                Type = type;
                Tag = tag;
            }
            #endregion
ServiceLocator.ServiceInfo