System.SerializableAttribute.IsDefined C# (CSharp) Méthode

IsDefined() static private méthode

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