System.Runtime.Serialization.Globals.TypeOfScriptObject_IsAssignableFrom C# (CSharp) Method

TypeOfScriptObject_IsAssignableFrom() static private method

static private TypeOfScriptObject_IsAssignableFrom ( Type type ) : bool
type System.Type
return bool
        internal static bool TypeOfScriptObject_IsAssignableFrom(Type type)
        {
            return s_typeOfScriptObject != null && s_typeOfScriptObject.IsAssignableFrom(type);
        }