UnityEngine.Component.GetComponentsWithCorrectReturnType C# (CSharp) Метод

GetComponentsWithCorrectReturnType() приватный Метод

private GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]
type Type
Результат UnityEngine.Component[]
		private Component[] GetComponentsWithCorrectReturnType(Type type){}
		public T[] GetComponents(){}