System.SerializableAttribute.IsDefined C# (CSharp) Метод

IsDefined() статический приватный Метод

static private IsDefined ( Type type ) : bool
type Type
Результат bool
        internal static bool IsDefined(Type type) 
        { 
            return type.IsSerializable; 
        }