diff --git a/xml/System/Type.xml b/xml/System/Type.xml index 5cd22755794..44abe1edd38 100644 --- a/xml/System/Type.xml +++ b/xml/System/Type.xml @@ -10850,9 +10850,17 @@ GetType(Array).IsAssignableFrom(type) System.Boolean - To be added. - To be added. - To be added. + Gets a value that indicates whether the type is a byref-like structure. + + if the is a a byref-like structure; otherwise, . + + + @@ -11428,8 +11436,9 @@ GetType(Array).IsAssignableFrom(type) System.Boolean - To be added. - To be added. + Gets a value that indicates whether the current represents a type parameter in the definition of a generic method. + + if the object represents a type parameter of a generic method definition; otherwise, . To be added. @@ -11670,8 +11679,9 @@ GetType(Array).IsAssignableFrom(type) System.Boolean - To be added. - To be added. + Gets a value that indicates whether the current represents a type parameter in the definition of a generic type. + + if the object represents a type parameter of a generic type definition; otherwise, . To be added. @@ -13125,9 +13135,18 @@ Types that are defined in the .NET Standard are not marked with System.Boolean - To be added. - To be added. - To be added. + Gets a value that indicates whether the type is a signature type. + + if the is a signature type; otherwise, . + + method but does not support most of the other reflection functionality. For example, you can obtain the signature type instance corresponding to the generic method parameter by calling the method. + + ]]> + @@ -13289,8 +13308,9 @@ Types that are defined in the .NET Standard are not marked with System.Boolean - To be added. - To be added. + Gets a value that indicates whether the type is an array type that can represent only a single-dimensional array with a zero lower bound. + + if the current is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, . To be added. @@ -13318,9 +13338,17 @@ Types that are defined in the .NET Standard are not marked with System.Boolean - To be added. - To be added. - To be added. + Gets a value that indicates whether the type is a type definition. + + if the current is a type definition; otherwise, . + + instance is a type definition if it represents the type directly defined in assembly, in contrast to types that are constructed on demand based on other types. For example, a primitive type, class, structure, or generic type definition is a type definition, but an array, reference, pointer, or instantiated generic type isn't. + + ]]> + @@ -13517,9 +13545,17 @@ Types that are defined in the .NET Standard are not marked with System.Boolean - To be added. - To be added. - To be added. + Gets a value that indicates whether the type is an array type that can represent a multi-dimensional array or an array with an arbitrary lower bound. + + if the current is an array type that can represent a multi-dimensional array or an array with an arbitrary lower bound; otherwise, . + + +