System.SerializableAttribute.IsDefined C# (CSharp) Method

IsDefined() static private method

static private IsDefined ( Type type ) : bool
type Type
return bool
        internal static bool IsDefined(Type type) 
        { 
            return type.IsSerializable; 
        }